- canAddChildNode(String) - Method in interface javax.jcr.nodetype.NodeType
-
Returns true
if this node type allows the addition of a
child node called childNodeName
without specific node type
information (that is, given the definition of this parent node type, the
child node name is sufficient to determine the intended child node type).
- canAddChildNode(String, String) - Method in interface javax.jcr.nodetype.NodeType
-
Returns true
if this node type allows the addition of a
child node called childNodeName
of node type
nodeTypeName
.
- canAddMixin(String) - Method in interface javax.jcr.Node
-
- cancelMerge(Version) - Method in interface javax.jcr.Node
-
- cancelMerge(String, Version) - Method in interface javax.jcr.version.VersionManager
-
Cancels the merge process with respect to the node at
absPath
and the specified version
.
- canRemoveItem(String) - Method in interface javax.jcr.nodetype.NodeType
-
- canRemoveNode(String) - Method in interface javax.jcr.nodetype.NodeType
-
Returns true
if removing the child node called
nodeName
is allowed by this node type.
- canRemoveProperty(String) - Method in interface javax.jcr.nodetype.NodeType
-
Returns true
if removing the property called
propertyName
is allowed by this node type.
- canSetProperty(String, Value) - Method in interface javax.jcr.nodetype.NodeType
-
Returns true
if setting propertyName
to
value
is allowed by this node type.
- canSetProperty(String, Value[]) - Method in interface javax.jcr.nodetype.NodeType
-
Returns true
if setting propertyName
to
values
is allowed by this node type.
- CAPTCHA_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the captcha field type.
- cbrt(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
-
Returns the cube root of a double
value.
- ceil(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
-
Returns the smallest (closest to negative infinity) double
value that is greater than
or equal to the argument and is equal to a mathematical integer.
- checkedCollection(Collection<E>, Class<E>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
-
Returns a dynamically typesafe view of the specified collection.
- checkedList(List<E>, Class<E>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
-
Returns a dynamically typesafe view of the specified list.
- checkedMap(Map<K, V>, Class<K>, Class<V>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
-
Returns a dynamically typesafe view of the specified map.
- checkedNavigableMap(NavigableMap<K, V>, Class<K>, Class<V>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
-
Returns a dynamically typesafe view of the specified navigable map.
- checkedNavigableSet(NavigableSet<E>, Class<E>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
-
Returns a dynamically typesafe view of the specified navigable set.
- checkedQueue(Queue<E>, Class<E>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
-
Returns a dynamically typesafe view of the specified queue.
- checkedSet(Set<E>, Class<E>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
-
Returns a dynamically typesafe view of the specified set.
- checkedSortedMap(SortedMap<K, V>, Class<K>, Class<V>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
-
Returns a dynamically typesafe view of the specified sorted map.
- checkedSortedSet(SortedSet<E>, Class<E>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
-
Returns a dynamically typesafe view of the specified sorted set.
- checkin() - Method in interface javax.jcr.Node
-
- checkin(String) - Method in interface javax.jcr.version.VersionManager
-
Creates for the versionable node at absPath
a new version
with a system generated version name and returns that version (which will
be the new base version of this node).
- checkout() - Method in interface javax.jcr.Node
-
- checkout(String) - Method in interface javax.jcr.version.VersionManager
-
Sets the versionable node at absPath
to checked-out status
by setting its jcr:isCheckedOut
property to
true
.
- checkPermission(String, String) - Method in interface javax.jcr.Session
-
Determines whether this Session
has permission to perform
the specified actions at the specified absPath
.
- checkpoint(String) - Method in interface javax.jcr.version.VersionManager
-
Performs a checkin()
followed by a checkout()
on the versionable node at absPath
.
- checkUserConsent(Node) - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Checks whether or not current user explicitly has accepted a specific site cookie.
- ChildNode - Interface in javax.jcr.query.qom
-
Tests whether the
selector
node is a child of a node
reachable by absolute path
path
.
- childNode(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Tests whether a node in the specified selector is a child of a node
reachable by a specified absolute path.
- ChildNodeJoinCondition - Interface in javax.jcr.query.qom
-
- childNodeJoinCondition(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Tests whether a first selector's node is a child of a second selector's
node.
- clear() - Method in interface senselogic.sitevision.api.script.factory.ListWrapper
-
Removes all of the elements from the wrapped list.
- clear() - Method in interface senselogic.sitevision.api.security.RoleAssignmentBuilder
-
Clears the state of this builder.
- clear() - Method in interface senselogic.sitevision.api.security.RoleMatcherBuilder
-
Clears the state of this builder.
- clearAccessKey() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Removes the accesskey, i.e. executes setAccessKey(null)
- clearAdditiveBoostFunctions() - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
-
Removes all currently specified additive boost functions.
- clearAll() - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
-
Clears the state of this builder.
- clearAllOptional() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Removes all optional settings.
- clearAllRecipients() - Method in interface senselogic.sitevision.api.mail.MailBuilder
-
Convenience method for removing all addresses for all recipient types (TO/CC/BCC).
- clearBlindCopyRecipients() - Method in interface senselogic.sitevision.api.mail.MailBuilder
-
Removes all previously added blind carbon copy recipient addresses (BCC).
- clearComparators() - Method in interface senselogic.sitevision.api.node.builder.CompoundComparatorBuilder
-
Removes all previously added comparators.
- clearCopyRecipients() - Method in interface senselogic.sitevision.api.mail.MailBuilder
-
Removes all previously added carbon copy recipient addresses (CC).
- clearDataAttributes() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Removes all existing data attributes
- clearDefaultIcon() - Method in interface senselogic.sitevision.api.render.FileIconRenderer
-
Removes loaded default icon (does nothing if no default icon is loaded)
- clearDescription() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Removes the description, i.e. executes setDescription(null)
- clearDimensionMode() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
- clearFilterQueries() - Method in interface senselogic.sitevision.api.search.searcher.builder.FilterBuilder
-
Removes all previously added filter queries.
- clearFilters() - Method in interface senselogic.sitevision.api.node.builder.CompoundAndFilterBuilder
-
Removes all previously added filters.
- clearFilters() - Method in interface senselogic.sitevision.api.node.builder.CompoundOrFilterBuilder
-
Removes all previously added filters.
- clearFontClass() - Method in interface senselogic.sitevision.api.render.FileIconRenderer
-
Removes the CSS class name(-s).
- clearHighlightedFields() - Method in interface senselogic.sitevision.api.search.searcher.builder.HighlightBuilder
-
Removes all previously added highlighted fields.
- clearHoverImage() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Utility method for executing setHoverImage(null)
- clearIcon() - Method in interface senselogic.sitevision.api.render.FileIconRenderer
-
Removes loaded icon (does nothing if no icon is loaded)
- clearId() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Removes the id value, i.e executes setId(null)
- clearImageScaler() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Removes the image scaler, i.e. executes setImageScaler(null)
- clearMultiplicativeBoostFunctions() - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
-
Removes all currently specified multiplicative boost functions.
- clearOnclick() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Removes the onclick value, i.e executes setOnclick(null)
- clearOpenNewWindow() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Utility method for executing setOpenNewWindow(false)
- clearPhraseFields() - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
-
Removes all currently specified phrase fields.
- clearQueryFields() - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
-
Removes all currently specified query fields.
- clearRecipients() - Method in interface senselogic.sitevision.api.mail.MailBuilder
-
Removes all previously added recipient addresses (TO).
- clearRel() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Removes the rel value, i.e executes setRel(null)
- clearReplyTos() - Method in interface senselogic.sitevision.api.mail.MailBuilder
-
Removes all previously added reply-to addresses.
- clearSortFields() - Method in interface senselogic.sitevision.api.search.searcher.builder.SortBuilder
-
Removes all previously added sort fields.
- clearSourceSetMode() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
- clearStyle() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Removes the style, i.e. executes setStyle(null)
- clearStyle() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Removes the style, i.e executes setStyle(null)
- clearTargetParameters() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Removes all existing target parameters
- clearUseAutoDescription() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Utility method for executing setUseAutoDescription(false)
- clearUseAutoTitle() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Utility method for executing setUseAutoTitle(false)
- clearUseAutoTitle() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Utility method for executing setUseAutoTitle(false)
- clearUseCrossSiteTargetChecking() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Utility method for executing seUseCrossSiteTargetChecking(false)
- clearUseDescription() - Method in interface senselogic.sitevision.api.render.FileIconRenderer
-
Utility method for executing setUseDescription(false)
, i.e.
- clearUseDownload() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Utility method for executing setUseDownload(false)
- clearUseEncoding() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Utility method for executing setUseEncoding(false)
- clearUseEncoding() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Utility method for executing setUseEncoding(false)
- clearUseImageScaler() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Utility method for executing setUseImageScaler(false)
- clearUseLazyLoad() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Utility method for executing setLazyLoad(false)
- clearUseLinkBuddyIcon() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
-
Utility method for executing setLinkBuddyIcon(false)
- clearUseLinkDecorationSettings() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Utility method for executing setUseLinkDecorationSettings(false)
- clearUseParameterEncoding() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Utility method for executing setUseParameterEncoding(false)
- clearUseResourceDecorationSettings() - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Utility method for executing setUseResourceDecorationSettings(false)
- clearUseSmallIcons() - Method in interface senselogic.sitevision.api.render.FileIconRenderer
-
Utility method for executing setUseSmallIcons(false)
, i.e.
- clearUseTitleRendering() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Utility method for executing setUseTitleRendering(false)
- clearValues() - Method in interface senselogic.sitevision.api.metadata.builder.RelatedValueBuilder
-
Removes all currently added values.
- CLIENT_ADDRESS - Static variable in interface senselogic.sitevision.api.security.jaas.filter.AuthenticationFilter
-
The shared state client address constant.
- ClientUtil - Interface in senselogic.sitevision.api.client
-
Client utility interface.
- clone(String, String, String, boolean) - Method in interface javax.jcr.Workspace
-
Clones the subgraph at the node srcAbsPath
in
srcWorkspace
to the new location at destAbsPath
in this
workspace.
- COLLABORATION_GROUP_FOLDER_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for a collaboration group folder.
- COLLABORATION_GROUP_PAGE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for a collaboration group page.
- COLLABORATION_GROUP_TEMPLATE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for a collaboration group template.
- COLLABORATION_GROUP_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for a collaboration group.
- CollaborationFactory - Interface in senselogic.sitevision.api.collaboration
-
Factory for creating collaboration-related instances.
- CollaborationGroupFolderUtil - Interface in senselogic.sitevision.api.collaboration
-
Collaboration group folder utility interface that handles nodes with primary node type sv:collaborationGroupFolder
.
- CollaborationGroupState - Enum in senselogic.sitevision.api.collaboration
-
Collaboration group state.
- CollaborationGroupTemplateUtil - Interface in senselogic.sitevision.api.collaboration
-
Collaboration group template utility interface that handles nodes with primary node type sv:collaborationGroupTemplate
.
- CollaborationGroupType - Enum in senselogic.sitevision.api.collaboration
-
Type of Collaboration group.
- CollaborationGroupUtil - Interface in senselogic.sitevision.api.collaboration
-
Collaboration group utility interface.
- CollaborationGroupWrapper - Interface in senselogic.sitevision.api.collaboration
-
Collaboration group administration interface.
- COLLECTION_DATA_STORE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the collection data store type.
- CollectionsInstance - Interface in senselogic.sitevision.api.script.factory
-
Instance wrapper for the java.util.Collections
class that delegates all method calls to
the corresponding Collections
method.
- COLOR_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the color repository type.
- COLOR_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for a site color.
- ColorUtil - Interface in senselogic.sitevision.api.resource
-
Utility interface for Colors.
- Column - Interface in javax.jcr.query.qom
-
Defines a column to include in the tabular view of query results.
- column(String, String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Identifies a property in the specified selector to include in the tabular
view of query results.
- COMMENT_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the comment field type.
- COMMENT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the comment type.
- Comparison - Interface in javax.jcr.query.qom
-
Filters node-tuples based on the outcome of a binary operation.
- comparison(DynamicOperand, String, StaticOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Filters node-tuples based on the outcome of a binary operation.
- CompoundAndFilterBuilder - Interface in senselogic.sitevision.api.node.builder
-
Builds a compound filter that requires that all added filters matches.
- CompoundComparatorBuilder - Interface in senselogic.sitevision.api.node.builder
-
Builds a compound comparator that allows comparison based on multiple comparators.
- CompoundOrFilterBuilder - Interface in senselogic.sitevision.api.node.builder
-
Builds a compound filter that requires that any of the added filters matches.
- COMPUTE - Static variable in class javax.jcr.version.OnParentVersionAction
-
- CONFIG - Static variable in class senselogic.sitevision.api.portlet.GenericConfigPortlet
-
Name of the Sitevision custom portlet mode CONFIG.
- configureSubscriptionEmail(Node, String, String, String, String) - Method in interface senselogic.sitevision.api.subscription.SubscriptionUtil
-
Configures email properties for the subscription on the given node.
- Constraint - Interface in javax.jcr.query.qom
-
Filters the set of node-tuples formed by evaluating the query's selectors and
the joins between them.
- ConstraintViolationException - Exception in javax.jcr.nodetype
-
Exception thrown when an action would violate a constraint on repository
structure.
- ConstraintViolationException() - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
-
Constructs a new instance of this class with null
as its
detail message.
- ConstraintViolationException(String) - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
-
Constructs a new instance of this class with the specified detail
message.
- ConstraintViolationException(String, Throwable) - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
-
Constructs a new instance of this class with the specified detail message
and root cause.
- ConstraintViolationException(Throwable) - Constructor for exception javax.jcr.nodetype.ConstraintViolationException
-
Constructs a new instance of this class with the specified root cause.
- contains(Node) - Method in interface senselogic.sitevision.api.bookmark.BookmarkUtil
-
Checks if the current user has the provided bookmark
- contains(Object) - Method in interface senselogic.sitevision.api.script.factory.ListWrapper
-
Checks if the wrapped list contains a specified object.
- containsCollaborationGroup(Node, String) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupFolderUtil
-
Whether or not a collaboration group folder already contains a named collaboration group.
- containsKey(String) - Method in interface senselogic.sitevision.api.render.velocity.VelocityContext
-
Checks whether a name has a mapping or not.
- containsPermission(Node, PermissionUtil.Permission) - Method in interface senselogic.sitevision.api.security.RoleUtil
-
Checks if a role contains a specific permission.
- CONTENT_TYPE_TEXT_HTML - Static variable in interface senselogic.sitevision.api.render.OutputUtil
-
The "text/html" content-type marker
- CONTENT_TYPE_TEXT_PLAIN - Static variable in interface senselogic.sitevision.api.render.OutputUtil
-
The "text/plain" content-type marker
- CONTENT_TYPE_TEXT_XML - Static variable in interface senselogic.sitevision.api.render.OutputUtil
-
The "text/xml" content-type marker
- ContentNodeUtil - Interface in senselogic.sitevision.api.node
-
Content Node utility interface.
- COPY - Static variable in class javax.jcr.version.OnParentVersionAction
-
The action constants.
- copy(String, String) - Method in interface javax.jcr.Workspace
-
This method copies the subgraph rooted at, and including, the node at
srcAbsPath
to the new location at destAbsPath
.
- copy(String, String, String) - Method in interface javax.jcr.Workspace
-
This method copies the subgraph at srcAbsPath
in
srcWorkspace
to destAbsPath
in
this
workspace.
- copy(List<? super T>, List<? extends T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
-
Copies all of the elements from one list into another.
- copyOf(T[], int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified array, truncating or padding with nulls (if necessary) so the copy has the specified length.
- copyOf(U[], int, Class<? extends T[]>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified array, truncating or padding with nulls (if necessary)
so the copy has the specified length.
- copyOf(byte[], int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
- copyOf(short[], int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(int[], int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(long[], int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(char[], int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified array, truncating or padding with null characters (if necessary) so the copy has the specified length.
- copyOf(float[], int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(double[], int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
- copyOf(boolean[], int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified array, truncating or padding with false (if necessary) so the copy has the specified length.
- copyOfRange(T[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified range of the specified array into a new array.
- copyOfRange(U[], int, int, Class<? extends T[]>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified range of the specified array into a new array.
- copyOfRange(byte[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified range of the specified array into a new array.
- copyOfRange(short[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified range of the specified array into a new array.
- copyOfRange(int[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified range of the specified array into a new array.
- copyOfRange(long[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified range of the specified array into a new array.
- copyOfRange(char[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified range of the specified array into a new array.
- copyOfRange(float[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified range of the specified array into a new array.
- copyOfRange(double[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified range of the specified array into a new array.
- copyOfRange(boolean[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
-
Copies the specified range of the specified array into a new array.
- copySign(double, double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
-
Returns the first floating-point argument with the sign of the second floating-point argument.
- copySign(float, float) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
-
Returns the first floating-point argument with the sign of the second floating-point argument.
- cos(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
-
Returns the trigonometric cosine of an angle.
- cosh(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
-
Returns the hyperbolic cosine of a double
value.
- createActivity(String) - Method in interface javax.jcr.version.VersionManager
-
This method creates a new nt:activity
at an
implementation-determined location in the /jcr:system/jcr:activities
subgraph.
- createArchive(Node, String) - Method in interface senselogic.sitevision.api.webresource.structure.ArchiveUtil
-
Creates an archive as sub node of the specified parent.
- createArticle(Node, Node, String) - Method in interface senselogic.sitevision.api.webresource.ArticleUtil
-
Creates an article as sub node to a specified parent.
- createArticle(Node, Node, String, Map<String, Object>, Map<String, String>) - Method in interface senselogic.sitevision.api.webresource.ArticleUtil
-
Creates an article with properties and web content.
- createBinary(InputStream) - Method in interface javax.jcr.ValueFactory
-
Returns a Binary
object with a value consisting of the
content of the specified InputStream
.
- createCollaborationGroup(Node, Node, String) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupUtil
-
Creates an open collaboration group.
- createCollaborationGroup(Node, Node, String, CollaborationGroupType) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupUtil
-
Creates a collaboration group.
- createConfiguration(String) - Method in interface javax.jcr.version.VersionManager
-
Calling createConfiguration
on the node N at
absPath
creates, in the configuration storage, a new
nt:configuration
node whose root is N.
- createFile(Node, String, String) - Method in interface senselogic.sitevision.api.webresource.FileUtil
-
Creates a file using a uri string.
- createFileFromBase64(Node, String, String) - Method in interface senselogic.sitevision.api.webresource.FileUtil
-
Creates a file using a base64 string.
- createFileFromTemporary(Node, Node) - Method in interface senselogic.sitevision.api.webresource.FileUtil
-
Creates a file using a sv:temporaryFile.
- createFiles(Node, Map<String, String>) - Method in interface senselogic.sitevision.api.webresource.FileUtil
-
Adds several files to a sv:localFileRepository, sv:fileRepository, sv:personalFileRepository or a sv:folder
residing as sub node to a file repository.
- createFolder(Node, String) - Method in interface senselogic.sitevision.api.webresource.structure.FolderUtil
-
Creates a folder as sub node of the specified parent.
- createImage(Node, String, String) - Method in interface senselogic.sitevision.api.webresource.ImageUtil
-
Creates an image using a uri string.
- createImageFromBase64(Node, String, String) - Method in interface senselogic.sitevision.api.webresource.ImageUtil
-
Creates an image using a base64 string.
- createImageFromTemporary(Node, Node) - Method in interface senselogic.sitevision.api.webresource.ImageUtil
-
Creates an image using a sv:temporaryFile.
- createImages(Node, Map<String, String>) - Method in interface senselogic.sitevision.api.webresource.ImageUtil
-
Adds several images to a sv:localImageRepository
, sv:imageRepository
, sv:personalImageRepository
or a sv:folder
residing as sub node to an image repository.
- createLinkPage(Node, String, LinkTarget) - Method in interface senselogic.sitevision.api.webresource.LinkPageUtil
-
Creates a link page as sub node of a specified parent.
- createLinkPage(Node, String, LinkTarget, Map<String, Object>) - Method in interface senselogic.sitevision.api.webresource.LinkPageUtil
-
Creates a link page with properties as sub node of a specified parent.
- createNodeDefinitionTemplate() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an empty NodeDefinitionTemplate
which can then be
used to create a child node definition and attached to a
NodeTypeTemplate
.
- createNodeTypeTemplate() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an empty NodeTypeTemplate
which can then be used to
define a node type and passed to NodeTypeManager.registerNodeType
.
- createNodeTypeTemplate(NodeTypeDefinition) - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns a NodeTypeTemplate
holding the specified node type
definition.
- createPage(Node, Node, String) - Method in interface senselogic.sitevision.api.webresource.PageUtil
-
Creates a page as sub node to the specified parent.
- createPage(Node, Node, String, Map<String, Object>, Map<String, String>) - Method in interface senselogic.sitevision.api.webresource.PageUtil
-
Creates a page with properties and web content.
- createPropertyDefinitionTemplate() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an empty PropertyDefinitionTemplate
which can then
be used to create a property definition and attached to a
NodeTypeTemplate
.
- createQuery(Source, Constraint, Ordering[], Column[]) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
-
Creates a query with one or more selectors.
- createQuery(String, String) - Method in interface javax.jcr.query.QueryManager
-
Creates a new query by specifying the query statement
itself
and the language
in which the query is stated.
- createRSAToken(O, String, Node, String) - Method in interface senselogic.sitevision.api.security.JwtUtil
-
Create a JWT token signed with a RSA keypair.
- createSHAToken(O, String, String) - Method in interface senselogic.sitevision.api.security.JwtUtil
-
Create a JWT token with SHA hashing.
- createUserConsentCookieValue(List<Node>) - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
- createValue(String) - Method in interface javax.jcr.ValueFactory
-
- createValue(String, int) - Method in interface javax.jcr.ValueFactory
-
Returns a
Value
object of the
PropertyType
specified
by
type
with the specified
value
.
- createValue(long) - Method in interface javax.jcr.ValueFactory
-
- createValue(double) - Method in interface javax.jcr.ValueFactory
-
- createValue(BigDecimal) - Method in interface javax.jcr.ValueFactory
-
- createValue(boolean) - Method in interface javax.jcr.ValueFactory
-
- createValue(Calendar) - Method in interface javax.jcr.ValueFactory
-
- createValue(InputStream) - Method in interface javax.jcr.ValueFactory
-
- createValue(Binary) - Method in interface javax.jcr.ValueFactory
-
Returns a Value
object of PropertyType.BINARY
with a value consisting of the content of the specified
Binary
.
- createValue(Node) - Method in interface javax.jcr.ValueFactory
-
- createValue(Node, boolean) - Method in interface javax.jcr.ValueFactory
-
- createWorkspace(String) - Method in interface javax.jcr.Workspace
-
Creates a new Workspace
with the specified
name
.
- createWorkspace(String, String) - Method in interface javax.jcr.Workspace
-
Creates a new Workspace
with the specified name
initialized with a clone
of the content of the workspace
srcWorkspace
.
- Credentials - Interface in javax.jcr
-
- Currency - Interface in senselogic.sitevision.api.i18n
-
Representation of a currency.
- CurrencyFactory - Interface in senselogic.sitevision.api.i18n
-
Factory for creating Currency instances.
- CUSTOM_MODULE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the custom module type.
- CustomLinkProcessor - Interface in senselogic.sitevision.api.link
-
Custom link processor interface that enables custom validation and data attributes rendering for specific link URLs.
- CustomLinkRenderData - Interface in senselogic.sitevision.api.link
-
Custom link data that enables custom data attributes when rendering for specific link URLs.
- CustomSort - Interface in senselogic.sitevision.api.search.sort
-
A custom sort that enables users to re-sort the search result
on a certain index field with a certain sort order.
- GENERIC_MIME_TYPE - Static variable in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
The generic application/octet-stream
MIME type.
- GenericConfigPortlet - Class in senselogic.sitevision.api.portlet
-
This class that can be extended when creating GenericPortlet-based portlets that uses the
Sitevision custom portlet mode CONFIG.
- GenericConfigPortlet() - Constructor for class senselogic.sitevision.api.portlet.GenericConfigPortlet
-
Does nothing and should not be explicitly called.
- GenericSiteVisionPortlet - Class in senselogic.sitevision.api.portlet
-
This class that can be extended when creating GenericPortlet-based portlets that needs easy access to the Sitevision API.
- GenericSiteVisionPortlet() - Constructor for class senselogic.sitevision.api.portlet.GenericSiteVisionPortlet
-
Does nothing and should not be explicitly called.
- get(Object, String...) - Method in interface senselogic.sitevision.api.property.Properties
-
Gets named properties from a given Node-resolvable object.
- get(String) - Method in interface senselogic.sitevision.api.render.velocity.VelocityContext
-
Returns the mapped object for a specified name.
- get(String) - Method in interface senselogic.sitevision.api.script.app.RestAppInvoker
-
Executes GET for a route of the RESTApp.
- get(String, O) - Method in interface senselogic.sitevision.api.script.app.RestAppInvoker
-
Executes GET with options for a route of the RESTApp.
- get(int) - Method in interface senselogic.sitevision.api.script.factory.ListWrapper
-
Returns the element at the specified position in the wrapped list.
- get(String) - Method in interface senselogic.sitevision.api.script.Requester
-
Execute a HTTP GET.
- get(String, O) - Method in interface senselogic.sitevision.api.script.Requester
-
Execute a HTTP GET with options.
- get(Node, String) - Method in interface senselogic.sitevision.api.script.RestApi
-
Executes a GET endpoint of the REST API.
- get(Node, String, O) - Method in interface senselogic.sitevision.api.script.RestApi
-
Executes a GET endpoint of the REST API.
- get(Node, String, Node, O) - Method in interface senselogic.sitevision.api.script.RestApi
-
Executes a GET endpoint of the REST API, targeting an instance of the context.
- getAccepted() - Method in interface senselogic.sitevision.api.base.FilterSplit
-
Gets the list of items that was accepted by the filter.
- getAccessControlEntries() - Method in interface javax.jcr.security.AccessControlList
-
Returns all access control entries present with this policy.
- getAccessControlManager() - Method in interface javax.jcr.Session
-
Returns the access control manager for this Session
.
- getAccessibleWorkspaceNames() - Method in interface javax.jcr.Workspace
-
Returns a string array containing the names of all workspaces in this
repository that are accessible to this user, given the
Credentials
that were used to get the Session
to which this Workspace
is tied.
- getActiveSubscription(Node) - Method in interface senselogic.sitevision.api.subscription.SubscriptionUtil
-
Returns the active subscription Node
of a Node
.
- getActivity() - Method in interface javax.jcr.version.VersionManager
-
Returns the node representing the current activity or null
if there is no current activity.
- getADDON_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getAddonRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the addon repository for the site of current node.
- getAddress() - Method in class senselogic.sitevision.api.security.jaas.credential.InetAddressCredential
-
Gets the inet address of this credential.
- getADMIN_PRINCIPAL_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getAdmins() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Gets the admins of the wrapped collaboration group.
- getAfterCalendarPropertyFilter(String, Calendar) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by an after value for a specified Calendar property.
- getAfterNestedCalendarPropertyFilter(String, String, Calendar) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by an after value of a nested node's specified Calendar property.
- getAggregatePrivileges() - Method in interface javax.jcr.security.Privilege
-
If this privilege is an aggregate privilege, returns the privileges it
contains, the privileges contained by any aggregate privileges among
those, and so on (the transitive closure of privileges contained by this
privilege).
- getAlgorithm() - Method in interface senselogic.sitevision.api.security.MessageDigester
-
Returns a string that identifies the algorithm.
- getALIAS_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getALIAS_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getAliasRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the alias repository (sv:aliasRepository) for the site of current node.
- getAllFrozenNodes() - Method in interface javax.jcr.version.VersionHistory
-
Returns an iterator over all the frozen nodes of all the versions of this
version history.
- getAllLinearFrozenNodes() - Method in interface javax.jcr.version.VersionHistory
-
- getAllLinearVersions() - Method in interface javax.jcr.version.VersionHistory
-
This method returns an iterator over all the versions in the line of
descent from the root version to that base version within this
history that is bound to the workspace through which this
VersionHistory
was accessed.
- getAllNodeTypes() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an iterator over all available node types (primary and mixin).
- getAllowedLifecycleTransistions() - Method in interface javax.jcr.Node
-
Returns the list of valid state transitions for this node.
- getAllVersions() - Method in interface javax.jcr.version.VersionHistory
-
Returns an iterator over all the versions within this version history.
- getALTERNATIVE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getAlwaysAcceptFilter() - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that always matches.
- getAnalyticsSiteCookies() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Analytics Site cookies (sv:siteCookie) of current site.
- getAnalyticsSiteCookiesDescription() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Gets the analytics site cookies category description.
- getAnalyticsSiteCookiesTitle() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Gets the analytics site cookies category title.
- getAncestor(int) - Method in interface javax.jcr.Item
-
Returns the ancestor of this Item
at the specified depth.
- getAncestorPath() - Method in interface javax.jcr.query.qom.DescendantNode
-
Gets the absolute path.
- getAncestorSelectorName() - Method in interface javax.jcr.query.qom.DescendantNodeJoinCondition
-
Gets the name of the ancestor selector.
- getAnyOfPrimaryNodeTypesFilter(Collection<String>) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches all nodes that has a primary node type that is present in given collection.
- getApplicablePolicies(String) - Method in interface javax.jcr.security.AccessControlManager
-
Returns the access control policies that are capable of being applied to
the node at absPath
.
- getAPPLICATION_INDEX_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getApproximateCount() - Method in interface senselogic.sitevision.api.search.SearchResult
-
Predicts the number of hits by disregarding expensive operations like node authorization etc.
- getARCHIVE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getArchiveUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an archive utility class
- getArgumentInstance(String, TypedArgument) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates and returns an instance of a specified Java class using a single argument constructor.
- getArgumentsInstance(String, List<TypedArgument>) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates and returns an instance of a specified Java class using a multiple argument constructor.
- getArray(Object, String...) - Method in interface senselogic.sitevision.api.property.Properties
-
Processes an iterable object and returns an array of named properties for each Node-resolvable object that is iterated.
- getArrayEscaped(Object, String...) - Method in interface senselogic.sitevision.api.property.Properties
-
Processes an iterable object and returns an array of escaped named properties for each Node-resolvable object that is iterated.
- getArraysInstance() - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a java.util.Arrays
wrapper instance.
- getARTICLE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getArticleUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an article utility class
- getArticleUtil() - Method in interface senselogic.sitevision.api.webresource.WebResourceFactory
-
Gets an instance of an article utility class
- getAttribute(String) - Method in interface javax.jcr.Session
-
Returns the value of the named attribute as an Object
, or
null
if no attribute of the given name exists.
- getAttribute(String) - Method in class javax.jcr.SimpleCredentials
-
Returns the value of the named attribute as an Object
, or
null
if no attribute of the given name exists.
- getAttribute(String) - Method in interface senselogic.sitevision.api.xml.XmlElement
-
Gets an attribute value of the element.
- getAttributeAsProperty(Node, String) - Method in interface senselogic.sitevision.api.security.DirectoryUtil
-
Gets a directory attribute value for a directory node object as Property
.
- getAttributeNames() - Method in interface javax.jcr.Session
-
Returns the names of the attributes set in this session as a result of
the Credentials
that were used to acquire it.
- getAttributeNames() - Method in class javax.jcr.SimpleCredentials
-
Returns the names of the attributes available to this credentials
instance.
- getAttributeValue(String) - Method in interface senselogic.sitevision.api.security.DirectoryAttributes
-
Returns the directory attribute value for the given attribute name.
- getAttributeValue(String, boolean) - Method in interface senselogic.sitevision.api.security.DirectoryAttributes
-
Returns the directory attribute value as a String
if returnAsString
equals true
.
- getAttributeValues(String) - Method in interface senselogic.sitevision.api.security.DirectoryAttributes
-
Returns the directory attribute values for the given attribute name.
- getAuthenticationUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an authentication utility class
- getAuthType() - Method in class senselogic.sitevision.api.security.jaas.credential.AuthTypeCredential
-
Gets the auth type.
- getAvailableLocales() - Method in interface senselogic.sitevision.api.i18n.LocaleUtil
-
Gets an immutable list of all available Locales (installed Java Locales and custom ones added by Sitevision).
- getAvailableQueryOperators() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Returns the set of query comparison operators supported by this
property.
- getBaseSubstitute(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
-
Replaces characters to their base subtitute.
- getBaseVersion() - Method in interface javax.jcr.Node
-
- getBaseVersion(String) - Method in interface javax.jcr.version.VersionManager
-
Returns the current base version of the versionable node at
absPath
.
- getBeforeCalendarPropertyFilter(String, Calendar) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a before value for a specified Calendar property.
- getBeforeNestedCalendarPropertyFilter(String, String, Calendar) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a before value of a nested node's specified Calendar property.
- getBinary() - Method in interface javax.jcr.Property
-
Returns a Binary
representation of the value of this
property.
- getBinary() - Method in interface javax.jcr.Value
-
Returns a Binary
representation of this value.
- getBinary(Node, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Binary property from a Node.
- getBinary(Node, String, Binary) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Binary property from a node with a fallback value if the property doesn't exist.
- getBinary(String, String) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a Binary property from a potential Node in a specific version.
- getBinary(String, String, Binary) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a Binary property from a potential Node in a specific version - with a fallback value if the property doesn't exist.
- getBindVariableName() - Method in interface javax.jcr.query.qom.BindVariableValue
-
Gets the name of the bind variable.
- getBindVariableNames() - Method in interface javax.jcr.query.Query
-
Returns the names of the bind variables in this query.
- getBOOKMARKED_TIMELINE_ENTRY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getBookmarks() - Method in interface senselogic.sitevision.api.bookmark.BookmarkUtil
-
Returns a list of Node
objects for all bookmarks belonging to
the current user regardless of category.
- getBookmarks(String) - Method in interface senselogic.sitevision.api.bookmark.BookmarkUtil
-
Returns a list of Node
objects corresponding to the bookmarks for
the current user and the provided categories.
- getBookmarkUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a bookmark utility class
- getBoolean() - Method in interface javax.jcr.Property
-
Returns a boolean
representation of the value of this
property.
- getBoolean() - Method in interface javax.jcr.Value
-
Returns a Boolean
representation of this value.
- getBoolean(Node, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a boolean property from a Node.
- getBoolean(Node, String, boolean) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a boolean property from a Node with a fallback value if the property doesn't exist or is incompatible with the boolean type.
- getBoolean(String, String) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a boolean property from a potential Node in a specific version.
- getBoolean(String, String, boolean) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a boolean property from a potential Node in a specific version - with a fallback value if the property doesn't exist.
- getBooleanArgument(boolean) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument for a boolean
primitive.
- getBooleanArray(int) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates a boolean array with a given size.
- getBooleanField(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as Boolean for a specified field.
- getBooleanFields(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed contents as a list of Boolean values for a specified field.
- getBooleanPropertyFilter(String, boolean) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a specified boolean property.
- getBREAK_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getBuddyIconInfo() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
-
BuddyIconInfo for current state.
- getBuddyIconRenderer() - Method in interface senselogic.sitevision.api.Utils
-
Creates and returns a new instance of a stateful buddy icon renderer.
- getByteArgument(byte) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument for a byte
primitive.
- getByteArray(int) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates a byte array with a given size.
- getCalendar(Node, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Calendar property from a Node.
- getCalendar(Node, String, Calendar) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Calendar property from a Node with a fallback value if the property doesn't exist or is incompatible with the Calendar type.
- getCalendar(String, String) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a Calendar property from a potential Node in a specific version.
- getCalendar(String, String, Calendar) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a Calendar property from a potential Node in a specific version - with a fallback value if the property doesn't exist.
- getCalendarAsISO8601String(Calendar) - Method in interface senselogic.sitevision.api.date.DateUtil
-
Formats a calendar according to the ISO8601 specification.
- getCalendarAsString(String, Calendar) - Method in interface senselogic.sitevision.api.date.DateUtil
-
Formats the date of a Calendar according to a SimpleDateFormat
pattern.
- getCalendarAsString(String, Calendar, Locale) - Method in interface senselogic.sitevision.api.date.DateUtil
-
Formats the date of a Calendar according to a SimpleDateFormat
pattern and a given Locale.
- getCalendarAsString(String, Calendar) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
- getCalendarPropertyComparator(String) - Method in interface senselogic.sitevision.api.node.NodeComparatorUtil
-
Returns a comparator that compares nodes by the value of a calendar property.
- getCalendarPropertyFilter(String, Calendar) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a specified Calendar property.
- getCAPTCHA_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getCharArgument(char) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument for a char
primitive.
- getCharArray(int) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates a char array with a given size.
- getChildNodeDefinitions() - Method in interface javax.jcr.nodetype.NodeType
-
Returns an array containing the child node definitions of this node type.
- getChildSelectorName() - Method in interface javax.jcr.query.qom.ChildNodeJoinCondition
-
Gets the name of the child selector.
- getClickTrackingCallback() - Method in interface senselogic.sitevision.api.search.SearchHit
-
Returns a jQuery expression with a token that enables tracking of search hit clicks.
- getClientAddress() - Method in interface senselogic.sitevision.api.client.ClientUtil
-
Gets the Internet Protocol (IP) address of the client (or last proxy) that initiated currently executing request.
- getClientUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a client utility class
- getCOLLABORATION_GROUP_FOLDER_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getCOLLABORATION_GROUP_PAGE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getCOLLABORATION_GROUP_TEMPLATE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getCOLLABORATION_GROUP_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getCollaborationCalendarResolver() - Method in interface senselogic.sitevision.api.node.NodeResolverUtil
-
Gets the Calendar resolver for Collaboration-related nodes.
- getCollaborationDateResolver() - Method in interface senselogic.sitevision.api.node.NodeResolverUtil
-
Gets the Date resolver for Collaboration-related nodes.
- getCollaborationFactory() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a factory for collaboration-related instances.
- getCollaborationGroup() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Gets the wrapped collaboration group.
- getCollaborationGroupFolderUtil() - Method in interface senselogic.sitevision.api.collaboration.CollaborationFactory
-
Gets an instance of a collaboration group folder utility class
- getCollaborationGroups() - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Gets the collaboration groups of the wrapped user identity.
- getCollaborationGroupsPage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
-
Gets the collaboration groups page (lists all accessible collaboration groups) of current site.
- getCollaborationGroupTemplateByName(String) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupTemplateUtil
-
Gets the first found collaboration group template that matches a given name.
- getCollaborationGroupTemplates() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupTemplateUtil
-
Gets all collaboration group templates.
- getCollaborationGroupTemplateUtil() - Method in interface senselogic.sitevision.api.collaboration.CollaborationFactory
-
Gets an instance of a collaboration group template utility class
- getCollaborationGroupUtil() - Method in interface senselogic.sitevision.api.collaboration.CollaborationFactory
-
Gets an instance of a collaboration group utility class
- getCollaborationGroupWrapper(Node) - Method in interface senselogic.sitevision.api.collaboration.CollaborationFactory
-
Gets a collaboration group wrapper for a specified collaboration group.
- getCOLLECTION_DATA_STORE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getCollectionsInstance() - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a java.util.Collections
wrapper instance.
- getCOLOR_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getCOLOR_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getColorByHtmlHexValue(String) - Method in interface senselogic.sitevision.api.resource.ColorUtil
-
Gets the color with a given html hex value (i.e. a '#' followed by 6 characters [0-9,a-f,A-F]).
- getColorByHtmlHexValue(String, Node) - Method in interface senselogic.sitevision.api.resource.ColorUtil
-
Gets the color with a given html hex value (i.e. a '#' followed by 6 characters [0-9,a-f,A-F]) with a fallback value if no color matches.
- getColorByName(String) - Method in interface senselogic.sitevision.api.resource.ColorUtil
-
Gets the color with a given name
- getColorByName(String, Node) - Method in interface senselogic.sitevision.api.resource.ColorUtil
-
Gets the color with a given name with a fallback value if no color matches
- getColorRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the color repository for the site of current node.
- getColorUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a color utility class
- getColumnName() - Method in interface javax.jcr.query.qom.Column
-
Gets the column name.
- getColumnNames() - Method in interface javax.jcr.query.QueryResult
-
Returns an array of all the column names in the table view of this result
set.
- getColumns() - Method in interface javax.jcr.query.qom.QueryObjectModel
-
Gets the columns for this query.
- getCOMMENT_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getCOMMENT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getCompoundAndFilterBuilder() - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a builder for creating a compound filter that requires that all of the containing filters matches.
- getCompoundComparatorBuilder() - Method in interface senselogic.sitevision.api.node.NodeComparatorUtil
-
Gets a builder for creating a compound comparator that allows comparison based on multiple node comparators.
- getCompoundOrFilterBuilder() - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a builder for creating a compound filter that requires that any of the containing filters matches.
- getConstraint() - Method in interface javax.jcr.query.qom.Not
-
Gets the constraint negated by this Not
constraint.
- getConstraint() - Method in interface javax.jcr.query.qom.QueryObjectModel
-
Gets the constraint for this query.
- getConstraint1() - Method in interface javax.jcr.query.qom.And
-
Gets the first constraint.
- getConstraint1() - Method in interface javax.jcr.query.qom.Or
-
Gets the first constraint.
- getConstraint2() - Method in interface javax.jcr.query.qom.And
-
Gets the second constraint.
- getConstraint2() - Method in interface javax.jcr.query.qom.Or
-
Gets the second constraint.
- getContacts() - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Gets the contacts of the wrapped user identity.
- getContactsPage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
-
Gets the contacts page (information about the contacts of current/specified user identity) of current site.
- getContainingHistory() - Method in interface javax.jcr.version.Version
-
Returns the VersionHistory
that contains this
Version
.
- getContainsStringMultiPropertyFilter(String, String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the value-contains of a specified multi-valued string property.
- getContainsStringPropertyFilter(String, String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the value-contains of a specified string property.
- getCONTENT_TYPE_TEXT_HTML() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.OutputUtilConstants
-
- getCONTENT_TYPE_TEXT_PLAIN() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.OutputUtilConstants
-
- getCONTENT_TYPE_TEXT_XML() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.OutputUtilConstants
-
- getContentAreaNames(Node) - Method in interface senselogic.sitevision.api.resource.TemplateUtil
-
Gets the names of the content areas in a template.
- getContentAsString(Node) - Method in interface senselogic.sitevision.api.webresource.FileUtil
-
Gets the contents of a file as a String using the UTF-8 character encoding.
- getContentAsString(Node, String) - Method in interface senselogic.sitevision.api.webresource.FileUtil
-
Gets the contents of a file as a String using a given character encoding.
- getContentNodeUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a content node utility class.
- getContentParent(Node) - Method in interface senselogic.sitevision.api.node.ContentNodeUtil
-
Gets the content parent of a given content node.
- getCorrespondingNodePath(String) - Method in interface javax.jcr.Node
-
Returns the absolute path of the node in the specified workspace that
corresponds to this
node.
- getCount() - Method in interface senselogic.sitevision.api.search.facet.SearchFacetValue
-
Returns the number of occurrences (number of expected hits when searching with this facet value).
- getCount() - Method in interface senselogic.sitevision.api.search.suggestion.SearchSuggestion
-
Number of expected hits for this suggestion
- getCreated() - Method in interface javax.jcr.version.Version
-
Returns the date this version was created.
- getCredentials() - Method in class senselogic.sitevision.api.security.Secret
-
Gets the credentials of this secret.
- getCurrencyCode() - Method in interface senselogic.sitevision.api.i18n.Currency
-
Gets the ISO 4217 currency code of this currency.
- getCurrencyFactory() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a currency factory class.
- getCurrencyFormatterBuilder(Locale) - Method in interface senselogic.sitevision.api.format.FormatterBuilderFactory
-
Returns a builder for creating currency formatters with a given Locale.
- getCurrencyFormatterBuilder(Locale, Currency) - Method in interface senselogic.sitevision.api.format.FormatterBuilderFactory
-
Returns a builder for creating currency formatters with a given Locale and Currency.
- getCurrentDecoratedNode() - Method in interface senselogic.sitevision.api.context.PortletContextUtil
-
Gets current decorated node (applicable during render of a sv:decorationTemplate).
- getCurrentException() - Method in interface senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy
-
Returns the exception that was thrown during last method invocation of the proxied object.
- getCurrentLocale() - Method in interface senselogic.sitevision.api.context.PortletContextUtil
-
Gets current Locale.
- getCurrentModuleElement() - Method in interface senselogic.sitevision.api.context.PortletContextUtil
-
Gets current module element (module element draft or module element).
- getCurrentPage() - Method in interface senselogic.sitevision.api.context.PortletContextUtil
-
Gets current page (i.e. the page node for the currently executing portlet).
- getCurrentPortlet() - Method in interface senselogic.sitevision.api.context.PortletContextUtil
-
Gets current portlet.
- getCurrentStatus() - Method in interface senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy
-
Returns current status
- getCurrentUser() - Method in interface senselogic.sitevision.api.context.PortletContextUtil
-
Gets current user.
- getCurrentUserIdentity() - Method in interface senselogic.sitevision.api.context.PortletContextUtil
-
Gets current user identity.
- getCurrentVersion() - Method in interface senselogic.sitevision.api.context.PortletContextUtil
-
- getCurrentVersion() - Method in interface senselogic.sitevision.api.versioning.VersionUtil
-
Gets current version
- getCUSTOM_MODULE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getCustomArgument(String, Object) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument that specifies a certain class/interface for an object.
- getCustomSiteCookies() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Custom Site cookies (sv:siteCookie) of current site.
- getCustomSiteCookiesDescription() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Gets the custom site cookies category description.
- getCustomSiteCookiesTitle() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Gets the custom site cookies category title.
- getCustomSorts() - Method in interface senselogic.sitevision.api.search.SearchResult
-
Returns the custom sorts for this search result.
- getDATA_STORE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getDataAttributes() - Method in interface senselogic.sitevision.api.link.CustomLinkRenderData
-
Returns the data attributes that should be used when rendering a link accepted by the
CustomLinkProcessor
.
- getDate() - Method in interface javax.jcr.observation.Event
-
Returns the date when the change was persisted that caused this event.
- getDate() - Method in interface javax.jcr.Property
-
Returns a Calendar
representation of the value of this
property.
- getDate() - Method in interface javax.jcr.Value
-
Returns a Calendar
representation of this value.
- getDATE_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getDateAsISO8601String(Date) - Method in interface senselogic.sitevision.api.date.DateUtil
-
Formats a date according to the ISO8601 specification.
- getDateAsString(String, Date) - Method in interface senselogic.sitevision.api.date.DateUtil
-
Formats a Date according to a SimpleDateFormat
pattern.
- getDateAsString(String, Date, Locale) - Method in interface senselogic.sitevision.api.date.DateUtil
-
Formats a Date according to a SimpleDateFormat
pattern using a given Locale.
- getDateAsString(String, Date) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
- getDateAsString(Date) - Method in interface senselogic.sitevision.api.search.query.QueryStringUtil
-
Returns a date formatted according to the Solr date string representation.
- getDateField(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as Date for a specified field.
- getDateFields(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed contents as a list of Date values for a specified field.
- getDateFormatter(Locale) - Method in interface senselogic.sitevision.api.search.SearchResult
-
- getDateUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an date utility class.
- getDecimal() - Method in interface javax.jcr.Property
-
Returns a BigDecimal
representation of the value of this
property.
- getDecimal() - Method in interface javax.jcr.Value
-
Returns a BigDecimal
representation of this value.
- getDeclaredAggregatePrivileges() - Method in interface javax.jcr.security.Privilege
-
If this privilege is an aggregate privilege, returns the privileges
directly contained by the aggregate privilege.
- getDeclaredChildNodeDefinitions() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns an array containing the child node definitions actually declared
in this node type.
- getDeclaredPropertyDefinitions() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns an array containing the property definitions actually declared in
this node type.
- getDeclaredSubtypes() - Method in interface javax.jcr.nodetype.NodeType
-
Returns the direct subtypes of this node type in the node type
inheritance hierarchy, that is, those which actually declared this node
type in their list of supertypes.
- getDeclaredSupertypeNames() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns the names of the supertypes actually declared in this node type.
- getDeclaredSupertypes() - Method in interface javax.jcr.nodetype.NodeType
-
Returns the direct supertypes of this node type in the node type
inheritance hierarchy, that is, those actually declared in this node
type.
- getDeclaringNodeType() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Gets the node type that contains the declaration of this
ItemDefinition
.
- getDECORATION_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getDECORATION_TEMPLATE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getDECORATION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getDecorationByName(String) - Method in interface senselogic.sitevision.api.resource.DecorationUtil
-
Gets the decoration with a given name
- getDecorationRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the decoration repository for the site of current node.
- getDecorationUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a decoration utility class
- getDEFAULT_IMAGE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getDEFAULT_IMAGE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getDEFAULT_RESOURCE_PRIORITY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.IndexingUtilConstants
-
- getDefaultCleanHtmlTemplate() - Method in interface senselogic.sitevision.api.render.xslt.XSLTUtil
-
Gets the default XSL template for cleanup of HTML sources.
- getDefaultCollaborationGroupFolder() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupFolderUtil
-
Gets the default collaboration group folder.
- getDefaultCollaborationGroupTemplate() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupTemplateUtil
-
Gets the default collaboration group template.
- getDefaultImageRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the default image repository for the site of current node.
- getDefaultIndex(IndexUtil.IndexType) - Method in interface senselogic.sitevision.api.search.index.IndexUtil
-
Gets the default index for a specified index type.
- getDefaultInstance(String) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates and returns an instance of a specified Java class using the default constructor.
- getDefaultPrimaryType() - Method in interface javax.jcr.nodetype.NodeDefinition
-
Gets the default primary node type that will be assigned to the child
node if it is created without an explicitly specified primary node type.
- getDefaultPrimaryTypeName() - Method in interface javax.jcr.nodetype.NodeDefinition
-
Returns the name of the default primary node type.
- getDefaultValues() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Gets the default value(s) of the property.
- getDefinition() - Method in interface javax.jcr.Node
-
Returns the node definition that applies to this node.
- getDefinition() - Method in interface javax.jcr.Property
-
Returns the property definition that applies to this property.
- getDefinition(Node, String) - Method in interface senselogic.sitevision.api.metadata.MetadataDefinitionUtil
-
Gets a metadata definition as a Node
from a Node
.
- getDefinition(Node, String, Node) - Method in interface senselogic.sitevision.api.metadata.MetadataDefinitionUtil
-
Gets a metadata definition as a Node
from a Node
with a fallback value if the definition does not exist.
- getDefinitions(Node) - Method in interface senselogic.sitevision.api.metadata.MetadataDefinitionUtil
-
Gets all metadata definitions available for the current user on a Node
- getDepth() - Method in interface javax.jcr.Item
-
Returns the depth of this Item
in the workspace item graph.
- getDescendantSelectorName() - Method in interface javax.jcr.query.qom.DescendantNodeJoinCondition
-
Gets the name of the descendant selector.
- getDescriptor(String) - Method in interface javax.jcr.Repository
-
A convenience method.
- getDescriptorKeys() - Method in interface javax.jcr.Repository
-
Returns a string array holding all descriptor keys available for this
implementation, both the standard descriptors defined by the string
constants in this interface and any implementation-specific descriptors.
- getDescriptorValue(String) - Method in interface javax.jcr.Repository
-
The value of a single-value descriptor is found by passing the key for
that descriptor to this method.
- getDescriptorValues(String) - Method in interface javax.jcr.Repository
-
The value array of a multi-value descriptor is found by passing the key
for that descriptor to this method.
- getDeviceUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a device utility class
- getDIRECTORY_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getDIRECTORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getDirectoryRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the LDAP directories repository for the site of current node
- getDirectoryUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a directory utility class
- getDisplayName(Locale) - Method in interface senselogic.sitevision.api.i18n.Currency
-
Gets the name that is suitable for displaying this currency for a specified locale.
- getDisplayQuery() - Method in interface senselogic.sitevision.api.search.SearchResult
-
The "human friendly" variant of the query to display in search results.
- getDn() - Method in class senselogic.sitevision.api.security.jaas.callback.UserAttributeCallback
-
Gets the DN.
- getDocType() - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Gets the doctype for current page.
- getDocType(Node) - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Gets the doctype for a certain page.
- getDocTypeName() - Method in enum senselogic.sitevision.api.webresource.doctype.DocType
-
The short and easy-to-understand name of the doctype.
- getDocTypeString() - Method in enum senselogic.sitevision.api.webresource.doctype.DocType
-
The doctype definition string (as seen as first line in valid html/xhtml documents).
- getDocTypeUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a DOCTYPE utility class
- getDouble() - Method in interface javax.jcr.Property
-
Returns a double
representation of the value of this
property.
- getDouble() - Method in interface javax.jcr.Value
-
Returns a double
representation of this value.
- getDouble(Node, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a double property from a Node.
- getDouble(Node, String, double) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a double property from a node with a fallback value if the property doesn't exist or is incompatible with the double type.
- getDouble(String, String) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a double property from a potential Node in a specific version.
- getDouble(String, String, double) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a double property from a potential Node in a specific version - with a fallback value if the property doesn't exist.
- getDoubleArgument(double) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument for a double
primitive.
- getDoubleArray(int) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates a double array with a given size.
- getDoublePropertyFilter(String, double) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a specified double property.
- getE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.MathInstanceConstants
-
- getEditorFormatPattern(Locale) - Method in interface senselogic.sitevision.api.date.DateUtil
-
Gets the date format pattern used in the Sitevision editor for a specific Locale.
- getEffectiveCount(int) - Method in interface senselogic.sitevision.api.search.SearchResult
-
Returns the exact hit count or the approximate hit count, given a specified count threshold.
- getEffectivePolicies(String) - Method in interface javax.jcr.security.AccessControlManager
-
Returns the AccessControlPolicy
objects that currently are
in effect at the node at absPath
.
- getElement(String) - Method in interface senselogic.sitevision.api.xml.XmlElement
-
Gets the first sub element with a specific name of the element.
- getElements(String) - Method in interface senselogic.sitevision.api.xml.XmlElement
-
Gets all sub element with a specific name of the element.
- getElements() - Method in interface senselogic.sitevision.api.xml.XmlElement
-
Gets all sub elements of the element.
- getEnabledNode(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Node property from a Node if an enabling property allows it.
- getEnabledNode(Node, String, String, Node) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Node property from a Node if an enabling property allows it, with a fallback Node value.
- getEnabledString(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a Node if an enabling boolean property allows it.
- getEnabledString(Node, String, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a Node if an enabling boolean property allows it, with a fallback value.
- getEnabledStringEscaped(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a Node if an enabling boolean property allows it, and returns it XML escaped.
- getEnabledStringEscaped(Node, String, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a Node if an enabling boolean property allows it, and returns it XML escaped with a fallback value.
- getEndecUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an encode/decode utility class
- getEndsWithStringPropertyFilter(String, String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the value-ends-with of a specified string property.
- getEnumArgument(String, Object) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument for an Enum
value for a specified enum class.
- getEnumInstance(String, String) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets an enum instance for a specified enum class.
- getErrorPage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
-
Gets the error page (404) of current site.
- getEscaped(Object, String...) - Method in interface senselogic.sitevision.api.property.Properties
-
Gets escaped named properties from a given Node-resolvable object.
- getEscapedHtmlText(String, Node) - Method in interface senselogic.sitevision.api.render.OutputUtil
-
Gets a text escaped and embedded in a html element with a class attribute.
- getEscapedHtmlText(String, Node, String) - Method in interface senselogic.sitevision.api.render.OutputUtil
-
Gets a text escaped and embedded in a html element with a class attribute and a style attribute.
- getEventJournal() - Method in interface javax.jcr.observation.ObservationManager
-
Retrieves the event journal for this workspace.
- getEventJournal(int, String, boolean, String[], String[]) - Method in interface javax.jcr.observation.ObservationManager
-
Retrieves the event journal for this workspace.
- getExactCount() - Method in interface senselogic.sitevision.api.search.SearchResult
-
Accessor to the exact number of hits.
- getEXCEPTION_THROWN_STATUS() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ExceptionSuppressingProxyConstants
-
- getExceptionSuppressingCollection(Collection) - Method in interface senselogic.sitevision.api.Utils
-
Creates and returns an instance of a collection decorator that exposes an exception-suppressing iterator.
- getExceptionSuppressingIterator(Iterator) - Method in interface senselogic.sitevision.api.Utils
-
Creates and returns an instance of an exception-suppressing iterator that returns exception-suppressing dynamic proxys.
- getExceptionSuppressingProxy(Object) - Method in interface senselogic.sitevision.api.Utils
-
Creates and returns an instance of an exception-suppressing proxy.
- getExponent(float) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
-
Returns the unbiased exponent used in the representation of a float
.
- getExponent(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
-
Returns the unbiased exponent used in the representation of a double
.
- getExtendedDismaxParserBuilder() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Gets a ExtendedDismaxParserBuilder instance.
- getExtension(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Returns the file extension for a specified MIME type.
- getExtension(String, String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Returns the file extension (or a fallback extension) for a specified MIME type.
- getEXTERNAL_COMMENT_ENTRY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getEXTERNAL_PRINCIPAL_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getEXTERNAL_TIMELINE_ENTRY_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getEXTERNAL_TOPIC_INTEGRATION_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getEXTERNAL_TOPIC_INTEGRATION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getEXTERNAL_TOPIC_TIMELINE_ENTRY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getEXTERNAL_TOPIC_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getExternalTopicIntegrationRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the external topic integration repository (sv:externalTopicIntegrationRepository) for the site of current node.
- getFacetFields() - Method in interface senselogic.sitevision.api.search.SearchResult
-
Returns the facet fields for this search result.
- getFacetValues() - Method in interface senselogic.sitevision.api.search.facet.SearchFacetField
-
Returns the facet values for this facet field.
- getFailureNodePath() - Method in exception javax.jcr.lock.LockException
-
Returns the absolute path of the node that caused the error or
null
if the implementation chooses not to, or cannot, return
a path.
- getFalse() - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Gets the boolean false primitive.
- getField(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as string for a specified field.
- getField(String, String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as string for a specified field, or a default value if no such field exist.
- getField(String, boolean) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as string for a specified field (with option to use first or largest field if multiple fields match).
- getField(String, boolean, String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as string for a specified field (with option to use first or largest field if multiple fields match),
or a default value if no such field exist.
- getField() - Method in class senselogic.sitevision.api.search.SearchSortField
-
Name of the index field.
- getField() - Method in interface senselogic.sitevision.api.search.sort.CustomSort
-
Gets the name of the index field this custom sort uses.
- getFieldEscaped(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as XML escaped string for a specified field.
- getFieldEscaped(String, String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as XML escaped string for a specified field, or a default value if no such field exist.
- getFieldEscaped(String, boolean) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as XML escaped string for a specified field (with option to use first or largest field if multiple fields match).
- getFieldEscaped(String, boolean, String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as XML escaped string for a specified field (with option to use first or largest field if multiple fields match),
or a default value if no such field exist.
- getFieldNames() - Method in interface senselogic.sitevision.api.search.SearchHit
-
The names of all fields available in this search hit.
- getFieldQuery(String, String) - Method in interface senselogic.sitevision.api.search.query.QueryStringUtil
-
Returns a field query that is properly grouped.
- getFields(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as a list of strings for a specified field.
- getFieldsEscaped(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as a list of XML escaped strings for a specified field.
- getFieldsTruncated(String, int) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as a list of lenient truncated strings for a specified field.
- getFieldsTruncated(String, int, boolean) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as a list of truncated (lenient or not) strings for a specified field.
- getFieldTruncated(String, int) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as string for a specified field, truncated to a lenient max size.
- getFieldTruncated(String, boolean, boolean, int) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as string for a specified field, truncated (lenient or not) to a max size and an option to use first
or largest field if multiple fields match.
- getFILE_EXTENSION_ICON_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getFILE_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getFILE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getFILE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getFileIconRenderer() - Method in interface senselogic.sitevision.api.Utils
-
Creates and returns a new instance of a stateful file icon renderer.
- getFileIcons(String) - Method in interface senselogic.sitevision.api.resource.IconUtil
-
Gets the file icon node for a given file extension.
- getFileRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the file repository for the site of current node.
- getFilesPage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
-
Gets the files page (information about the files of a collaboration group) of current site.
- getFileUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a file utility class
- getFileUtil() - Method in interface senselogic.sitevision.api.webresource.WebResourceFactory
-
Gets an instance of a file utility class
- getFilter() - Method in interface senselogic.sitevision.api.base.FilterSplit
-
Gets the filter used for the filtering operation.
- getFilterBuilder() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Gets a FilterBuilder instance.
- getFILTERED_IMAGE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getFilteredKeyMap(Map<Node, ?>, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Applies a node filter to a Map with Node keys and gets the result.
- getFilteredList(List<Node>, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Applies a node filter to a list and gets the result.
- getFilteredNodeIterator(NodeIterator, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeIteratorUtil
-
Gets a filtered NodeIterator.
- getFilteredValueMap(Map<?, Node>, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Applies a node filter to a Map with Node values and gets the result.
- getFilterQueryParams() - Method in interface senselogic.sitevision.api.search.facet.SearchFacetValue
-
Returns the query parameters for this facet value.
- getFilterURL() - Method in interface senselogic.sitevision.api.search.facet.SearchFacetValue
-
Returns the relative URL for executing a query for this facet value.
- getFloatArgument(float) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument for a float
primitive.
- getFloatArray(int) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates a float array with a given size.
- getFloatField(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as Float for a specified field.
- getFloatFields(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed contents as a list of Float values for a specified field.
- getFOLDER_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getFolderUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a folder utility class
- getFollowedGroups() - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Gets the collaboration groups the wrapped user identity follows/eavesdrops.
- getFollowers() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Gets the followers/eavesdroppers of the wrapped collaboration group.
- getFONT_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getFONT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getFontByClassName(String) - Method in interface senselogic.sitevision.api.resource.FontUtil
-
Gets the font with a given class name
- getFontByClassName(String, Node) - Method in interface senselogic.sitevision.api.resource.FontUtil
-
Gets the font with a given class name with a fallback value if no font matches
- getFontByName(String) - Method in interface senselogic.sitevision.api.resource.FontUtil
-
Gets the font with a given font name
- getFontByName(String, Node) - Method in interface senselogic.sitevision.api.resource.FontUtil
-
Gets the font with a given font name with a fallback value if no font matches
- getFontRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the font repository for the site of current node.
- getFontUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a font utility class
- getFORM_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getFormatPattern(Locale) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
- getFormatterBuilderFactory() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a formatter builder factory class.
- getFrozenNode() - Method in interface javax.jcr.version.Version
-
Returns the frozen node of this version.
- getFullTextSearchExpression() - Method in interface javax.jcr.query.qom.FullTextSearch
-
Gets the full-text search expression.
- getFunctionalSiteCookies() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Functional Site cookies (sv:siteCookie) of current site.
- getFunctionalSiteCookiesDescription() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Gets the functional site cookies category description.
- getFunctionalSiteCookiesTitle() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Gets the functional site cookies category title.
- getGENERIC_MIME_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.MimeTypeUtilConstants
-
- getGLOBAL_VIRTUAL_GROUP_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getGRADE_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getGroupDescription() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Gets the group description of the wrapped collaboration group.
- getGroups() - Method in class senselogic.sitevision.api.security.jaas.credential.VirtualGroupCredential
-
Gets the set of groups for this credential.
- getGroupState() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Gets the collaboration group state of the wrapped collaboration group.
- getGroupType() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Gets the collaboration group type of the wrapped collaboration group.
- getHasPropertyFilter(String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the existence of a specified property.
- getHEADLESS_CUSTOM_MODULE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getHeight() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer.BuddyIconInfo
-
The height of current buddy icon.
- getHighlightBuilder() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Gets a HighlightBuilder instance.
- getHighlightedField(String, int) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The encoded and highlighted content of a highlighted field.
- getHighlightedFields(String, int) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The encoded and highlighted contents of a highlighted field.
- getHighlightedFragment(String, String, SearchHit) - Method in interface senselogic.sitevision.api.search.SearchHighlighter
-
- getHighlightedFragment(String, String, SearchHit, String) - Method in interface senselogic.sitevision.api.search.SearchHighlighter
-
- getHits() - Method in interface senselogic.sitevision.api.search.SearchResult
-
Accessor to the lazy loaded Iterator
containing the search hits.
- getHolds(String) - Method in interface javax.jcr.retention.RetentionManager
-
Returns all hold objects that have been added through this API to the
existing node at absPath
.
- getHtmlText(String, Node) - Method in interface senselogic.sitevision.api.render.OutputUtil
-
Gets a text embedded in a html element with a class attribute.
- getHtmlText(String, Node, String) - Method in interface senselogic.sitevision.api.render.OutputUtil
-
Gets a text embedded in a html element with a class attribute and a style attribute.
- getHumanPresentableSize(long) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Methods that returns a human presentable size with an appropriate byte-suffix (bytes/kB/MB/GB/TB).
- getHyperlinkedText(String, String, String) - Method in interface senselogic.sitevision.api.render.OutputUtil
-
Hyperlinks text and uses a specified css class for created anchors.
- getHyperlinkedText(String) - Method in interface senselogic.sitevision.api.render.OutputUtil
-
Hyperlinks text.
- getICON_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getIconRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the icon repository for the site of current node.
- getIconUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an icon utility class
- getId() - Method in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
-
Gets the username of the principal to be found.
- getIdentifier() - Method in interface javax.jcr.Node
-
Returns the identifier of this node.
- getIdentifier() - Method in interface javax.jcr.observation.Event
-
Returns the identifier associated with this event or null
if
this event has no associated identifier.
- getIdentifierFilter(String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a specified node identifier.
- getIdentifierPrefixFilter(String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a specified node identifier prefix.
- getIdentifierSuffixFilter(String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a specified node identifier suffix.
- getIgnoreCaseStringPropertyFilter(String, String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches case-insensitive by a specified string property.
- getIMAGE_FILTER_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getIMAGE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getIMAGE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getImageLinkRenderer() - Method in interface senselogic.sitevision.api.Utils
-
Creates and returns a new instance of a stateful image link renderer.
- getImageRenderer() - Method in interface senselogic.sitevision.api.render.ImageLinkRenderer
-
Returns the ImageRenderer instance used by this image link renderer to control (linked) image behaviour.
- getImageRenderer() - Method in interface senselogic.sitevision.api.Utils
-
Creates and returns a new instance of a stateful image renderer.
- getImageRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the image repository for the site of current node.
- getImageScaler(int, int) - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an immutable image scaler that enables scaling of images to a certain size.
- getImageUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an image utility class
- getImageUtil() - Method in interface senselogic.sitevision.api.webresource.WebResourceFactory
-
Gets an instance of an image utility class
- getImportContentHandler(String, int) - Method in interface javax.jcr.Session
-
Returns an org.xml.sax.ContentHandler
which is used to push
SAX events to the repository.
- getImportContentHandler(String, int) - Method in interface javax.jcr.Workspace
-
Returns an org.xml.sax.ContentHandler
which can be used to
push SAX events into the repository.
- getIndex() - Method in interface javax.jcr.Node
-
This method returns the index of this node within the ordered set of its
same-name sibling nodes.
- getINDEX_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getIndexByName(String) - Method in interface senselogic.sitevision.api.search.index.IndexUtil
-
Gets an index by name.
- getIndexingUtil() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Gets an IndexingUtil instance.
- getIndexRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the index repository for the site of current node.
- getIndexUtil() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Gets an IndexUtil instance.
- getInfo() - Method in interface javax.jcr.observation.Event
-
Returns the information map associated with this event.
- getInstance(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
- getInstanceCreatorUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an instance creator utility class.
- getInstanceTypeUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an instance type utility class
- getInt(Node, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets an int property from a Node.
- getInt(Node, String, int) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets an int property from a node with a fallback value if the property doesn't exist or is incompatible with the int type.
- getInt(String, String) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets an int property from a potential Node in a specific version.
- getInt(String, String, int) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets an int property from a potential node in a specific version - with a fallback value if the property doesn't exist.
- getIntArgument(int) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument for a int
primitive.
- getIntArray(int) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates a int array with a given size.
- getIntPropertyComparator(String) - Method in interface senselogic.sitevision.api.node.NodeComparatorUtil
-
Returns a comparator that compares nodes by the value of a calendar property.
- getIntPropertyFilter(String, int) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a specified int property.
- getInvertedFilter(Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that inverts the result of another filter.
- getItem(String) - Method in interface javax.jcr.Session
-
Returns the node at the specified absolute path in the workspace.
- getJcrSession(PortletRequest) - Method in class senselogic.sitevision.api.portlet.GenericSiteVisionPortlet
-
Convenience method that gets the Session instance from a portlet request.
- getJoinCondition() - Method in interface javax.jcr.query.qom.Join
-
Gets the join condition.
- getJoinType() - Method in interface javax.jcr.query.qom.Join
-
Gets the join type.
- getKEY_VALUE_DATA_STORE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getKeys() - Method in interface senselogic.sitevision.api.render.velocity.VelocityContext
-
Returns all names.
- getLandingPageUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a landing page utility class.
- getLanguage() - Method in interface javax.jcr.query.Query
-
Returns the language set for this query.
- getLanguageTag(Locale) - Method in interface senselogic.sitevision.api.i18n.LocaleUtil
-
Returns the IETF BCP 47 language tag value for a Locale.
- getLargeFileIconURI(String) - Method in interface senselogic.sitevision.api.resource.IconUtil
-
Gets the large file icon URI for a given file extension
- getLAYOUT_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getLAYOUT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getLeft() - Method in interface javax.jcr.query.qom.Join
-
Gets the left node-tuple source.
- getLength() - Method in interface javax.jcr.Property
-
Returns the length of the value of this property.
- getLengths() - Method in interface javax.jcr.Property
-
Returns an array holding the lengths of the values of this (multi-value)
property in bytes where each is individually calculated as described in
Property.getLength()
.
- getLimitNofBookmarks() - Method in interface senselogic.sitevision.api.bookmark.BookmarkUtil
-
Accesses a boolean
indicating if the current site has a limited number of bookmarks.
- getLinearPredecessor() - Method in interface javax.jcr.version.Version
-
Assuming that this Version
object was acquired through a
Workspace
W
and is within the
VersionHistory
H
, this method returns the
predecessor of this version along the same line of descent as is returned
by H.getAllLinearVersions()
where H
was also
acquired through W
.
- getLinearSuccessor() - Method in interface javax.jcr.version.Version
-
Assuming that this Version
object was acquired through a
Workspace
W
and is within the
VersionHistory
H
, this method returns the
successor of this version along the same line of descent as is returned
by H.getAllLinearVersions()
where H
was also
acquired through W
.
- getLINK_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getLINKED_LAYOUT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getLinkedMap() - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Convenience method to get a LinkedHashMap
instance.
- getLinkMetadataPropertyValue(Node, String) - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
-
Returns a Node
for a link metadata on a specified Node
.
- getLinkPageUtil() - Method in interface senselogic.sitevision.api.webresource.WebResourceFactory
-
Gets an instance of a link page utility class.
- getLinkRenderer() - Method in interface senselogic.sitevision.api.render.ImageLinkRenderer
-
Returns the LinkRenderer instance used by this image link renderer to control linking behaviour.
- getLinkRenderer() - Method in interface senselogic.sitevision.api.Utils
-
Creates and returns a new instance of a stateful link renderer.
- getLinkTargetBuilder() - Method in interface senselogic.sitevision.api.webresource.WebResourceFactory
-
Gets an instance of a link target builder class.
- getLinkValueBuilder() - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
-
Returns a link value builder that can be used to build LinkValue
instances.
- getList() - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Convenience method to get an ArrayList
instance.
- getList(Object[]) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Methods that wraps an array in a List
.
- getLIST_STYLE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getLIST_STYLE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getListStyleRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the list style repository for the site of current node.
- getListWrapper() - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a ListWrapper
instance.
- getLiteralValue() - Method in interface javax.jcr.query.qom.Literal
-
Gets the value of the literal.
- getLOCAL_COLOR_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getLOCAL_FILE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getLOCAL_IMAGE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getLocaleByString(String) - Method in interface senselogic.sitevision.api.i18n.LocaleUtil
-
Returns the Locale for a language tag or a String that contains language or language + country ("en-US" or "en" or "en_US").
- getLocaleResolver() - Method in interface senselogic.sitevision.api.node.NodeResolverUtil
-
Gets the Locale resolver for nodes.
- getLocaleUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a locale utility class.
- getLocalFileRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the local file repository for current page node.
- getLocalFileRepository(Node) - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the local file repository for a specified page node.
- getLocalImageRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the local image repository for current page node.
- getLocalImageRepository(Node) - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the local image repository for a specified page node.
- getLocalizedLanguageName(Locale, Locale) - Method in interface senselogic.sitevision.api.i18n.LocaleUtil
-
Gets the localized language name for a specified Locale.
- getLocalizedLanguageNameByString(String, Locale) - Method in interface senselogic.sitevision.api.i18n.LocaleUtil
-
Gets the localized language name for a Locale that is resolved via a specified locale string.
- getLock(String) - Method in interface javax.jcr.lock.LockManager
-
Returns the Lock
object that applies to the node at the
specified absPath
.
- getLock() - Method in interface javax.jcr.Node
-
- getLockManager() - Method in interface javax.jcr.Workspace
-
Returns the LockManager
object, through which locking
methods are accessed.
- getLockOwner() - Method in interface javax.jcr.lock.Lock
-
Returns the value of the jcr:lockOwner
property.
- getLockToken() - Method in interface javax.jcr.lock.Lock
-
May return the lock token for this lock.
- getLockTokens() - Method in interface javax.jcr.lock.LockManager
-
Returns an array containing all lock tokens currently held by the current
Session
.
- getLockTokens() - Method in interface javax.jcr.Session
-
- getLoginPage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
-
Gets the login page (401) of current site.
- getLogUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a logging utility class
- getLong() - Method in interface javax.jcr.Property
-
Returns a long
representation of the value of this property.
- getLong() - Method in interface javax.jcr.Value
-
Returns a long
representation of this value.
- getLongArgument(long) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument for a long
primitive.
- getLongArray(int) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates a long array with a given size.
- getLongField(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed content as Long for a specified field.
- getLongFields(String) - Method in interface senselogic.sitevision.api.search.SearchHit
-
The indexed contents as a list of Long values for a specified field.
- getMailBuilder() - Method in interface senselogic.sitevision.api.mail.MailUtil
-
Returns a mail builder for creating mails.
- getMailUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a mail utility class.
- getMap() - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Convenience method to get a HashMap
instance.
- getMarketingSiteCookies() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Marketing Site cookies (sv:siteCookie) of current site.
- getMarketingSiteCookiesDescription() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Gets the marketing site cookies category description.
- getMarketingSiteCookiesTitle() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Gets the marketing site cookies category title.
- getMARKETPLACE_CUSTOM_MODULE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMARKETPLACE_HEADLESS_CUSTOM_MODULE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMATCH_ALL_QUERY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.QueryStringUtilConstants
-
- getMathInstance() - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a java.lang.Math
wrapper instance.
- getMAX_RESOURCE_PRIORITY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.IndexingUtilConstants
-
- getMaxDoublePropertyFilter(String, double) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the max value of a specified double property.
- getMaxHeight() - Method in interface senselogic.sitevision.api.render.ImageScaler
-
Returns max height in pixels for images scaled with instances of this interface.
- getMaxIntPropertyFilter(String, int) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the max value of a specified int property.
- getMaxNestedIntPropertyFilter(String, String, int) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a nested node's max value of a specified int property.
- getMaxNofBookmarks() - Method in interface senselogic.sitevision.api.bookmark.BookmarkUtil
-
Accessor to max number of bookmarks for the current site.
- getMaxWidth() - Method in interface senselogic.sitevision.api.render.ImageScaler
-
Returns max width in pixels for images scaled with instances of this interface.
- getMD5() - Method in interface senselogic.sitevision.api.security.MessageDigesterFactory
-
Gets an instanceof a message digester that performs hash computation using the MD5 algorithm.
- getMembers() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Gets the members of the wrapped collaboration group.
- getMembersPage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
-
Gets the members page (lists all members of a specified collaboration group) of current site.
- getMenuItems(Node) - Method in interface senselogic.sitevision.api.node.NodeIteratorUtil
-
Gets an iterator for default menu items (i.e. non-hidden pages, link pages etc. where current user has read permission)
- getMenuItemsByIdentifier(String) - Method in interface senselogic.sitevision.api.node.NodeIteratorUtil
-
Gets an iterator for default menu items via a node identifier.
- getMenuItemsIncludingFolders(Node) - Method in interface senselogic.sitevision.api.node.NodeIteratorUtil
-
Gets an iterator for default menu items (i.e. getMenuItems(Node)), including folders
- getMenuItemsIncludingFoldersByIdentifier(String) - Method in interface senselogic.sitevision.api.node.NodeIteratorUtil
-
Gets an iterator for default menu items (including folders) via a node identifier.
- getMessageDigesterFactory() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a message digester factory class.
- getMETADATA_ALTERNATIVE_ITEM_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_DEFINITION_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_DEFINITION_TEMPLATE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_DIRECTORY_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_IMAGE_PORTLET_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_INTEGER_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_KEYWORD_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_KEYWORD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_LINK_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_MEDIA_PORTLET_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_MULTIPLE_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_MULTIPLE_TAG_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_RELATED_INFORMATION_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_SINGLE_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_SINGLE_TAG_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_SYSTEM_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_TEXT_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_TEXT_PORTLET_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMETADATA_USER_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMetadataDefinitionTemplateRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the metadata definition template repository (sv:metadataDefinitionTemplateRepository) for the site of current node.
- getMetadataDefinitionUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an metadata definition utility class
- getMetadataUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a metadata utility class
- getMimeType(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Returns the MIME type appropriate for a specified file extension.
- getMimeType(String, String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Returns the MIME type (or a fallback MIME type) appropriate for a specified file extension.
- getMimeTypeUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a MIME type utility class
- getMIN_RESOURCE_PRIORITY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.IndexingUtilConstants
-
- getMinDoublePropertyFilter(String, double) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the min value of a specified double property.
- getMinIntPropertyFilter(String, int) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the min value of a specified int property.
- getMinNestedIntPropertyFilter(String, String, int) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a nested node's min value of a specified int property.
- getMixinNodeTypes() - Method in interface javax.jcr.Node
-
Returns an array of NodeType
objects representing the mixin
node types in effect for this node.
- getMixinNodeTypes() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an iterator over all available mixin node types.
- getMOBILE_APP_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMODULE_ELEMENT_DRAFT_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMODULE_ELEMENT_DRAFT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMODULE_ELEMENT_FILE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMODULE_ELEMENT_IMAGE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMODULE_ELEMENT_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getMODULE_ELEMENT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getModuleElementDraftRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the module element draft repository for the site of current node.
- getModuleElementFileRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the module element file repository for current module element node.
- getModuleElementFileRepository(Node) - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the module element file repository for a specified module element node.
- getModuleElementImageRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the module element image repository for current module element node.
- getModuleElementImageRepository(Node) - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the module element image repository for a specified module element node.
- getModuleElementRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the module element repository for the site of current node.
- getMonitorBuilder() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Gets a MonitorBuilder instance.
- getMULTIPLE_SELECTION_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getName() - Method in interface javax.jcr.Item
-
Returns the name of this Item
in qualified form.
- getName() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Gets the name of the child item.
- getName() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns the name of the node type.
- getName() - Method in interface javax.jcr.retention.Hold
-
Returns the name of this Hold
.
- getName() - Method in interface javax.jcr.retention.RetentionPolicy
-
Returns the name of the retention policy.
- getName() - Method in interface javax.jcr.security.NamedAccessControlPolicy
-
Returns the name of the access control policy, which is JCR name and
should be unique among the choices applicable to any particular node.
- getName() - Method in interface javax.jcr.security.Privilege
-
Returns the name of this privilege.
- getName() - Method in interface javax.jcr.Workspace
-
Returns the name of the actual persistent workspace represented by this
Workspace
object.
- getName() - Method in interface senselogic.sitevision.api.search.facet.SearchFacetField
-
Returns the name of this facet field.
- getName() - Method in interface senselogic.sitevision.api.search.facet.SearchFacetValue
-
Returns the name of this facet value
- getName() - Method in interface senselogic.sitevision.api.search.sort.CustomSort
-
Gets the name of this custom sort.
- getName() - Method in interface senselogic.sitevision.api.search.suggestion.SearchSuggestion
-
The name/expression of the suggestion
- getName() - Method in class senselogic.sitevision.api.security.jaas.callback.SharedStateCallback
-
Gets the name of this callback.
- getName() - Method in class senselogic.sitevision.api.security.jaas.callback.UserAttributeCallback
-
Gets the attribute name.
- getName() - Method in class senselogic.sitevision.api.security.jaas.callback.UserPrincipalCallback
-
Gets the username of the principal to be found.
- getName() - Method in interface senselogic.sitevision.api.xml.XmlElement
-
Gets the name of the element
- getNAMED_REFERENCE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getNAMED_REFERENCE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getNamedReferenceRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the named reference repository for the site of current node.
- getNamespacePrefix(String) - Method in interface javax.jcr.Session
-
Returns the prefix to which the given uri
is mapped as
currently set in this Session
.
- getNamespacePrefixes() - Method in interface javax.jcr.Session
-
Returns all prefixes currently mapped to URIs in this
Session
.
- getNamespaceRegistry() - Method in interface javax.jcr.Workspace
-
Returns the NamespaceRegistry
object, which is used to
access the mapping between prefixes and namespaces.
- getNamespaceURI(String) - Method in interface javax.jcr.Session
-
Returns the URI to which the given prefix
is mapped as
currently set in this Session
.
- getNativeLanguageName(Locale) - Method in interface senselogic.sitevision.api.i18n.LocaleUtil
-
Gets the native language name for a specified Locale.
- getNativeLanguageNameByString(String) - Method in interface senselogic.sitevision.api.i18n.LocaleUtil
-
Gets the native language name for a Locale that is resolved via a specified locale string.
- getNecessarySiteCookies() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Necessary Site cookies (sv:siteCookie) of current site.
- getNecessarySiteCookiesDescription() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Gets the necessary site cookies category description.
- getNecessarySiteCookiesTitle() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Gets the necessary site cookies category title.
- getNestedBinary(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Binary property from a "nested" Node's property.
- getNestedBinary(Node, String, String, Binary) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Binary property from a "nested" Node's property with a fallback value if the property doesn't exist.
- getNestedBoolean(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a boolean property from a "nested" Node's property.
- getNestedBoolean(Node, String, String, boolean) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a boolean property from a "nested" Node's property with a fallback value if the property doesn't exist or is incompatible
with the boolean type.
- getNestedBooleanPropertyFilter(String, String, boolean) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a nested node's specified boolean property.
- getNestedCalendar(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Calendar property from a "nested" Node's property.
- getNestedCalendar(Node, String, String, Calendar) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Calendar property from a "nested" Node's property with a fallback value if the property doesn't exist.
- getNestedCalendarPropertyFilter(String, String, Calendar) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a nested node's specified Calendar property.
- getNestedDouble(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a double property from a "nested" Node's property.
- getNestedDouble(Node, String, String, double) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a double property from a "nested" Node's property with a fallback value if the property doesn't exist or is incompatible
with the double type.
- getNestedDoublePropertyFilter(String, String, double) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a nested node's specified double property.
- getNestedInt(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets an int property from a "nested" Node's property.
- getNestedInt(Node, String, String, int) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets an int property from a "nested" Node's property with a fallback value if the property doesn't exist or is incompatible with the int type.
- getNestedIntPropertyFilter(String, String, int) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a nested node's specified int property.
- getNestedNode(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Node property from a "nested" Node's property.
- getNestedNode(Node, String, String, Node) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Node property from a "nested" Node's property with a fallback value if the property doesn't exist.
- getNestedString(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a "nested" Node's property.
- getNestedString(Node, String, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a "nested" Node's property with a fallback value if the property doesn't exist.
- getNestedString(String, String, String) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a String property from a potential "nested" Node's property in a specific version.
- getNestedString(String, String, String, String) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a String property from a potential "nested" Node's property in a specific version - with a fallback value if the property doesn't exist.
- getNestedStringEscaped(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a "nested" Node's property and returns it XML escaped.
- getNestedStringEscaped(Node, String, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a "nested" Node's property with a fallback value if the property doesn't exist, and returns it XML escaped.
- getNestedStrings(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a List
of property values from a "nested" Node's property.
- getNestedStrings(Node, String, String, List<String>) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a List
of property values from a "nested" Node's property with a fallback value if the property doesn't exist.
- getNestedStrings(String, String, String) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a List
of property values from a potential "nested" Node's property in a specific version.
- getNestedStrings(String, String, String, List<String>) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a List
of property values from a potential "nested" Node's property in a specific version
- with a fallback value if the property doesn't exist.
- getNestedStringsEscaped(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a List
of XML escaped property values from a "nested" Node's property.
- getNestedStringsEscaped(Node, String, String, List<String>) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a List
of property values from a "nested" Node's property with a fallback value if the property doesn't exist,
and returns it XML escaped.
- getNeverAcceptFilter() - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that never matches.
- getNO_EXCEPTION_THROWN_STATUS() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ExceptionSuppressingProxyConstants
-
- getNO_OBJECT_PROXIED_STATUS() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ExceptionSuppressingProxyConstants
-
- getNode() - Method in interface javax.jcr.lock.Lock
-
Returns the lock holding node.
- getNode(String) - Method in interface javax.jcr.Node
-
Returns the node at relPath
relative to this node.
- getNode() - Method in interface javax.jcr.Property
-
If this property is of type REFERENCE
,
WEAKREFERENCE
or PATH
(or convertible to one of
these types) this method returns the Node
to which this
property refers.
- getNode() - Method in interface javax.jcr.query.Row
-
Returns the Node
corresponding to this Row
.
- getNode(String) - Method in interface javax.jcr.query.Row
-
Returns the Node
corresponding to this Row
and
the specified selector.
- getNode(String) - Method in interface javax.jcr.Session
-
Returns the node at the specified absolute path in the workspace.
- getNode(Node, String) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
-
Gets a node relative to another node.
- getNode(Node, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Node property from a Node.
- getNode(Node, String, Node) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a Node property from a Node with a fallback value if the property doesn't exist.
- getNode() - Method in interface senselogic.sitevision.api.search.SearchHit
-
- getNODE_INDEX_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getNodeAsText(Node) - Method in interface senselogic.sitevision.api.render.OutputUtil
-
- getNodeByDN(String) - Method in interface senselogic.sitevision.api.security.DirectoryUtil
-
Gets a directory node object with a specific distinguished name, dn.
- getNodeByIdentifier(String) - Method in interface javax.jcr.Session
-
Returns the node specified by the given identifier.
- getNodeByIdentifier(String) - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets a Node
given its identifier.
- getNodeByPath(String) - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets a Node
given its absolute path.
- getNodeByUrl(String) - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets a Node
given its URL
- getNodeByUUID(String) - Method in interface javax.jcr.Session
-
- getNodeComparatorUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a node comparator utility class.
- getNodeDefinitionTemplates() - Method in interface javax.jcr.nodetype.NodeTypeTemplate
-
Returns a mutable List
of NodeDefinitionTemplate
objects.
- getNodeFactoryUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a node factory utility class.
- getNodeFilterUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a node filter utility class.
- getNodeId(Object) - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
- getNodeInfoAsHTML(Node) - Method in interface senselogic.sitevision.api.render.OutputUtil
-
Debug method that returns info about the properties of a node and all its sub nodes.
- getNodeInfoAsHTML(Node, int) - Method in interface senselogic.sitevision.api.render.OutputUtil
-
Debug method that returns info about the properties of a node and all its sub nodes recursively until a given sub level
aDepth
is reached.
- getNodeIteratorByIdentifier(String) - Method in interface senselogic.sitevision.api.node.NodeIteratorUtil
-
Gets a node iterator via a node identifier.
- getNodeIteratorUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a node iterator utility class
- getNodeOutput(Node, Node, int) - Method in interface senselogic.sitevision.api.render.OutputUtil
-
Gets the output as a specific content-type from a page node or a page content node.
- getNodePrincipal() - Method in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
-
Gets the node principal that corresponds to the given username.
- getNodeResolverUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a node resolver utility class.
- getNodes() - Method in interface javax.jcr.Node
-
Returns all child nodes of this node accessible through the current
Session
.
- getNodes(String) - Method in interface javax.jcr.Node
-
Gets all child nodes of this node accessible through the current
Session
that match namePattern
.
- getNodes(String[]) - Method in interface javax.jcr.Node
-
Gets all child nodes of this node accessible through the current
Session
that match one or more of the nameGlob
strings in the passed array.
- getNodes() - Method in interface javax.jcr.query.QueryResult
-
Returns an iterator over all nodes that match the query.
- getNodeTreeUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a utility class for node trees.
- getNodeType(String) - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns the named node type.
- getNodeTypeManager() - Method in interface javax.jcr.Workspace
-
Returns the NodeTypeManager
through which node type
information can be queried.
- getNodeTypeName() - Method in interface javax.jcr.query.qom.Selector
-
Gets the name of the required node type.
- getNodeTypeUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a node type utility class
- getNonBlank(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Gets an object that is ensured not to be null or a whitespace only string.
- getNonBlank(String, Object) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Gets a default value if a string is null or whitespace only.
- getNonce() - Method in interface senselogic.sitevision.api.context.PortletContextUtil
-
Gets a unique nonce for this request.
- getNoneOfPrimaryNodeTypesFilter(Collection<String>) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches all nodes that does not have a primary node type present in given collection.
- getNonNull(Object) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Gets an object that is ensured not to be null.
- getNonNull(Object, Object) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Gets a default value if an object is null.
- getNonNullFilter() - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches non-null nodes.
- getNormalizedLanguage(Locale) - Method in interface senselogic.sitevision.api.i18n.LocaleUtil
-
Returns the normalized language for a specified Locale.
- getNull() - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Gets the null reference.
- getNullArgument(String) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument for a null
value for a specified class/interface.
- getNullFilter() - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches null nodes.
- getNumberFormatterBuilder(Locale) - Method in interface senselogic.sitevision.api.format.FormatterBuilderFactory
-
Returns a builder for creating number formatters with a given Locale.
- getOAUTH2_CONFIGURATION_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getOAUTH2_CONFIGURATION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getOAuth2ConfigurationRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the OAuth2 configuration repository (sv:oAuth2ConfigurationRepository) for the site of current node.
- getObjectArgument(Object) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument for an Object
.
- getObjectArray(int) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates a Object array with a given size.
- getObservationManager() - Method in interface javax.jcr.Workspace
-
Returns the ObservationManager
object.
- getOFFLINE_VERSION() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PortletContextUtilConstants
-
Deprecated.
- getOFFLINE_VERSION() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.VersionUtilConstants
-
- getONLINE_VERSION() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PortletContextUtilConstants
-
Deprecated.
- getONLINE_VERSION() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.VersionUtilConstants
-
- getOnParentVersion() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Gets the OnParentVersion
status of the child item.
- getOperand() - Method in interface javax.jcr.query.qom.LowerCase
-
Gets the operand whose value is converted to a lower-case string.
- getOperand() - Method in interface javax.jcr.query.qom.Ordering
-
The operand by which to order.
- getOperand() - Method in interface javax.jcr.query.qom.UpperCase
-
Gets the operand whose value is converted to a upper-case string.
- getOperand1() - Method in interface javax.jcr.query.qom.Comparison
-
Gets the first operand.
- getOperand2() - Method in interface javax.jcr.query.qom.Comparison
-
Gets the second operand.
- getOperator() - Method in interface javax.jcr.query.qom.Comparison
-
Gets the operator.
- getOrCreateTagByName(String) - Method in interface senselogic.sitevision.api.tag.TagUtil
-
Gets or creates a sv:tag Node by name.
- getOrCreateUserIdentity(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityUtil
-
Creates the corresponding sv:userIdentity
Node for a specified sv:user
Node.
- getOrder() - Method in interface javax.jcr.query.qom.Ordering
-
Gets the order.
- getORDER_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getORDER_ITEM_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getOrderings() - Method in interface javax.jcr.query.qom.QueryObjectModel
-
Gets the orderings for this query.
- getOutputUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a output utility class
- getPAGE_COMMENT_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPAGE_COMMENT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPAGE_COMPONENT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPAGE_CONTENT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPAGE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPAGE_SUB_COMMENT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPAGE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPageCommentRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the page comment repository for current page node.
- getPageCommentRepository(Node) - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the page comment repository for a specified page node.
- getPageTemplateByName(String) - Method in interface senselogic.sitevision.api.resource.TemplateUtil
-
Gets first found page template with a given name.
- getPageTemplates() - Method in interface senselogic.sitevision.api.resource.TemplateUtil
-
Gets the page templates.
- getPageUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a page utility class
- getPageUtil() - Method in interface senselogic.sitevision.api.webresource.WebResourceFactory
-
Gets an instance of a page utility class
- getParent() - Method in interface javax.jcr.Item
-
Returns the parent of this Item
.
- getParent(Node) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
-
Gets the parent of a node.
- getParentPath() - Method in interface javax.jcr.query.qom.ChildNode
-
Gets the absolute path.
- getParentSelectorName() - Method in interface javax.jcr.query.qom.ChildNodeJoinCondition
-
Gets the name of the parent selector.
- getPARTICIPANTS_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPassword() - Method in class javax.jcr.SimpleCredentials
-
Returns the user password.
- getPassword() - Method in class senselogic.sitevision.api.security.jaas.credential.PasswordCredential
-
Gets the password.
- getPath() - Method in interface javax.jcr.Item
-
Returns the normalized absolute path to this item.
- getPath() - Method in interface javax.jcr.observation.Event
-
Returns the absolute path associated with this event or null
if this event has no associated identifier.
- getPath() - Method in interface javax.jcr.query.qom.SameNode
-
Gets the absolute path.
- getPath() - Method in interface javax.jcr.query.Row
-
Equivalent to Row.getNode().getPath()
.
- getPath(String) - Method in interface javax.jcr.query.Row
-
Equivalent to Row.getNode(selectorName).getPath()
.
- getPatternStringMultiPropertyFilter(String, String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a regular expression of a specified multi-valued string property.
- getPatternStringPropertyFilter(String, String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a regular expression of a specified string property.
- getPercentFormatterBuilder(Locale) - Method in interface senselogic.sitevision.api.format.FormatterBuilderFactory
-
Returns a builder for creating percent formatters with a given Locale.
- getPermissionUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a permission utility class
- getPERSONAL_FILE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPERSONAL_IMAGE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPersonalFileRepository(Node) - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the personal file repository for a specified node.
- getPersonalImageRepository(Node) - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the personal image repository for a specified node.
- getPI() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.MathInstanceConstants
-
- getPlainUserFieldValueAsHtml(String) - Method in interface senselogic.sitevision.api.render.UserFieldRenderer
-
Returns a plain text user field value as html.
- getPolicies(String) - Method in interface javax.jcr.security.AccessControlManager
-
Returns the AccessControlPolicy
objects that have been set
to the node at absPath
or an empty array if no policy has
been set.
- getPORTLET_PREFERENCES_TYPE_USER() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PortletUtilConstants
-
- getPORTLET_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPortletContextUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a portlet context utility class
- getPortletNamespace(String) - Method in interface senselogic.sitevision.api.context.PortletContextUtil
-
Gets a unique namespace for the specific portlet that is rendering.
- getPortletPreferences(Node, Node, int) - Method in interface senselogic.sitevision.api.resource.PortletUtil
-
Extracts the user specific PortletPreferences
for the specified portlet.
- getPortletUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a portlet utility class
- getPosition() - Method in interface javax.jcr.RangeIterator
-
Returns the current position within the iterator.
- getPredecessors() - Method in interface javax.jcr.version.Version
-
In both simple and full versioning repositories, this method returns the
predecessor versions of this version.
- getPrefix(String) - Method in interface javax.jcr.NamespaceRegistry
-
Returns the prefix which is mapped to the given uri
.
- getPrefixes() - Method in interface javax.jcr.NamespaceRegistry
-
Returns an array holding all currently registered prefixes.
- getPrimaryItem() - Method in interface javax.jcr.Node
-
Returns the primary child item of this node.
- getPrimaryItemName() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns the name of the primary item (one of the child items of the nodes
of this node type).
- getPrimaryNodeType() - Method in interface javax.jcr.Node
-
Returns the primary node type in effect for this node.
- getPrimaryNodeTypeFilter(String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a specified primary node type.
- getPrimaryNodeTypes() - Method in interface javax.jcr.nodetype.NodeTypeManager
-
Returns an iterator over all available primary node types.
- getPrincipal() - Method in interface javax.jcr.security.AccessControlEntry
-
Returns the principal associated with this access control entry.
- getPrincipal() - Method in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
-
Gets the principal that corresponds to the given username.
- getPrincipal() - Method in class senselogic.sitevision.api.security.jaas.callback.UserPrincipalCallback
-
Get principal that corresponds to the given username.
- getPrincipal() - Method in class senselogic.sitevision.api.security.Secret
-
Gets the principal of this secret.
- getPRINCIPAL_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getPrincipalRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the principal repository (sv:principalRepository) for the site of current node.
- getPrincipalUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an principal utility class
- getPrivileges() - Method in interface javax.jcr.security.AccessControlEntry
-
Returns the privileges associated with this access control entry.
- getPrivileges(String) - Method in interface javax.jcr.security.AccessControlManager
-
Returns the privileges the session has for absolute path absPath, which
must be an existing node.
- getPROFILE_VIEW_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getProfileImage() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Gets the profile image of the wrapped collaboration group.
- getProfileImage() - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Gets the profile image of the wrapped user identity.
- getProfileImagesFolder() - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Gets the profile images folder of the wrapped collaboration group.
- getProfileImagesFolder() - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Gets the profile images folder of the wrapped user identity.
- getProfilePage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
-
Gets the profile page (information about current/specified user identity) of current site.
- getProperties() - Method in interface javax.jcr.Node
-
Returns all properties of this node accessible through the current
Session
.
- getProperties(String) - Method in interface javax.jcr.Node
-
Gets all properties of this node accessible through the current
Session
that match namePattern
.
- getProperties(String[]) - Method in interface javax.jcr.Node
-
Gets all properties of this node accessible through the current
Session
that match one or more of the nameGlob
strings in the passed array.
- getProperty(String) - Method in interface javax.jcr.Node
-
Returns the property at relPath
relative to
this
node.
- getProperty() - Method in interface javax.jcr.Property
-
If this property is of type PATH
(or convertible to this
type) this method returns the Property
to which this
property refers.
- getProperty(String) - Method in interface javax.jcr.Session
-
Returns the property at the specified absolute path in the workspace.
- getProperty1Name() - Method in interface javax.jcr.query.qom.EquiJoinCondition
-
Gets the property name in the first selector.
- getProperty2Name() - Method in interface javax.jcr.query.qom.EquiJoinCondition
-
Gets the property name in the second selector.
- getPROPERTY_CREATED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_CREATED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.LinkPageUtilConstants
-
- getPROPERTY_CREATED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_CREATION_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_CREATION_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.LinkPageUtilConstants
-
- getPROPERTY_CREATION_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_LAST_MODIFIED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_LAST_MODIFIED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.LinkPageUtilConstants
-
- getPROPERTY_LAST_MODIFIED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_LAST_MODIFIED_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_LAST_MODIFIED_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.LinkPageUtilConstants
-
- getPROPERTY_LAST_MODIFIED_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_LAST_PUBLISH_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_LAST_PUBLISH_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.LinkPageUtilConstants
-
- getPROPERTY_LAST_PUBLISH_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_LAST_PUBLISHED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_LAST_PUBLISHED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.LinkPageUtilConstants
-
- getPROPERTY_LAST_PUBLISHED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_LOCALE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_LOCALE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_PUBLISH_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_PUBLISH_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.LinkPageUtilConstants
-
- getPROPERTY_PUBLISH_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_PUBLISHED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_PUBLISHED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.LinkPageUtilConstants
-
- getPROPERTY_PUBLISHED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_ROBOTS_INDEX() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_ROBOTS_INDEX() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_SHORTID() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_SHORTID() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_TITLE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPROPERTY_VISIBLE_IN_MENUS() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
-
- getPROPERTY_VISIBLE_IN_MENUS() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.LinkPageUtilConstants
-
- getPROPERTY_VISIBLE_IN_MENUS() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
-
- getPropertyComparator(String) - Method in interface senselogic.sitevision.api.node.NodeComparatorUtil
-
Returns a comparator that compares nodes by the string value of a property in a case-insensitive manner.
- getPropertyComparator(String, Locale) - Method in interface senselogic.sitevision.api.node.NodeComparatorUtil
-
Returns a comparator that compares nodes by the string value of a property in a case-insensitive manner using a specified locale.
- getPropertyDefinitions() - Method in interface javax.jcr.nodetype.NodeType
-
Returns an array containing the property definitions of this node type.
- getPropertyDefinitionTemplates() - Method in interface javax.jcr.nodetype.NodeTypeTemplate
-
Returns a mutable List
of PropertyDefinitionTemplate
objects.
- getPropertyName() - Method in interface javax.jcr.query.qom.Column
-
Gets the name of the property.
- getPropertyName() - Method in interface javax.jcr.query.qom.FullTextSearch
-
Gets the name of the property.
- getPropertyName() - Method in interface javax.jcr.query.qom.PropertyExistence
-
Gets the name of the property.
- getPropertyName() - Method in interface javax.jcr.query.qom.PropertyValue
-
Gets the name of the property.
- getPropertyUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a utility class for jcr properties
- getPropertyValue() - Method in interface javax.jcr.query.qom.Length
-
Gets the property value for which to compute the length.
- getProxiedObject() - Method in interface senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy
-
Returns the proxied object
- getPublishingUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a publishing utility class
- getQOMFactory() - Method in interface javax.jcr.query.QueryManager
-
Returns a QueryObjectModelFactory
with which a JCR-JQOM
query can be built programmatically.
- getQuery(Node) - Method in interface javax.jcr.query.QueryManager
-
Retrieves an existing persistent query.
- getQuery() - Method in interface senselogic.sitevision.api.search.SearchResult
-
The search query that was used to create this search result.
- getQueryManager() - Method in interface javax.jcr.Workspace
-
Returns the QueryManager
object, through search methods are
accessed.
- getQueryStringUtil() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Gets a QueryStringUtil instance.
- getRangeCalendarPropertyFilter(String, Calendar, Calendar) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the between range of a specified Calendar property.
- getRangeDoublePropertyFilter(String, double, double) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the range of a specified double property.
- getRangeIntPropertyFilter(String, int, int) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the range of a specified int property.
- getRangeNestedCalendarPropertyFilter(String, String, Calendar, Calendar) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the between range of a nested node's specified Calendar property.
- getRangeNestedIntPropertyFilter(String, String, int, int) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a nested node's range of a specified int property.
- getRATING_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getRATING_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getRATING_TYPE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getReadOnlyKeys() - Method in interface senselogic.sitevision.api.user.UserDataUtil
-
The read-only keys.
- getRECIPIENT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getRECIPIENTS_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getRedirectURIs(Node) - Method in interface senselogic.sitevision.api.redirect.RedirectUtil
-
Gets all 301 redirect URIs registered for a specific node.
- getRedirectUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a redirect utility class.
- getREFERENCE_LAYOUT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getReferences() - Method in interface javax.jcr.Node
-
This method returns all REFERENCE
properties that refer to
this node and that are accessible through the current
Session
.
- getReferences(String) - Method in interface javax.jcr.Node
-
This method returns all REFERENCE
properties that refer to
this node, have the specified name
and that are accessible
through the current Session
.
- getRegisteredEventListeners() - Method in interface javax.jcr.observation.ObservationManager
-
Returns all event listeners that have been registered through this
session.
- getRejected() - Method in interface senselogic.sitevision.api.base.FilterSplit
-
Gets the list of items that was rejected by the filter.
- getRelatedMetadataPropertyValues(Node, String) - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
-
Returns a List
containing all related metadata values for a specified Node
.
- getRelatedValueBuilder() - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
-
Returns a related value builder that can be used to build RelatedValue
instances.
- getRenderableParent(Node) - Method in interface senselogic.sitevision.api.node.ContentNodeUtil
-
Gets the renderable parent of a given content node.
- getRenderData(String) - Method in interface senselogic.sitevision.api.link.CustomLinkProcessor
-
Gets custom render data for a link URL accepted by this link processor.
- getRepository(Map) - Method in interface javax.jcr.RepositoryFactory
-
Attempts to establish a connection to a repository using the given
parameters
.
- getRepository() - Method in interface javax.jcr.Session
-
Returns the Repository
object through which this session was
acquired.
- getRequest() - Method in class senselogic.sitevision.api.security.jaas.callback.ServletCallback
-
Gets the request of this callback.
- getRequiredPrimaryTypeNames() - Method in interface javax.jcr.nodetype.NodeDefinition
-
Returns the names of the required primary node types.
- getRequiredPrimaryTypes() - Method in interface javax.jcr.nodetype.NodeDefinition
-
Gets the minimum set of primary node types that the child node must have.
- getRequiredType() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Gets the required type of the property.
- getResolverComparator(Resolver<Node, V>) - Method in interface senselogic.sitevision.api.node.NodeComparatorUtil
-
Gets a comparator that compares nodes by the values extracted by a resolver.
- getResourceLocatorUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a resource locator utility class
- getResponse() - Method in class senselogic.sitevision.api.security.jaas.callback.ServletCallback
-
Gets the response of this callback.
- getRESPONSIVE_BREAKPOINT_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getRESPONSIVE_BREAKPOINT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getResponsiveBreakpointRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the responsive breakpoint repository (sv:responsiveBreakpointRepository) for the site of current node.
- getREST_APP_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getREST_APP_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getRetentionManager() - Method in interface javax.jcr.Session
-
Returns the retention and hold manager for this Session
.
- getRetentionPolicy(String) - Method in interface javax.jcr.retention.RetentionManager
-
- getReversedComparator(Comparator<Node>) - Method in interface senselogic.sitevision.api.node.NodeComparatorUtil
-
Returns a comparator that reverses the result of another.
- getRight() - Method in interface javax.jcr.query.qom.Join
-
Gets the right node-tuple source.
- getROLE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getROLE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getRoleAssignmentBuilder() - Method in interface senselogic.sitevision.api.security.RoleUtil
-
Creates a RoleAssignmentBuilder instance.
- getRoleByName(String) - Method in interface senselogic.sitevision.api.security.RoleUtil
-
Gets a role by name.
- getRoleMatcherBuilder() - Method in interface senselogic.sitevision.api.security.RoleUtil
-
Creates a RoleMatcherBuilder instance.
- getRoleRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the role repository (sv:roleRepository) for the site of current node.
- getRoleUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a role utility class.
- getROOT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getRootNode() - Method in interface javax.jcr.Session
-
Returns the root node of the workspace, "/".
- getRootVersion() - Method in interface javax.jcr.version.VersionHistory
-
Returns the root version of this version history.
- getRows() - Method in interface javax.jcr.query.QueryResult
-
Returns an iterator over the Row
s of the result table.
- getRSS_FEED_ITEM_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getRSS_FEED_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getRSS_FEED_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getRssFeedRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the RSS feed repository for the site of current node.
- getScaledImage(Node) - Method in interface senselogic.sitevision.api.render.ImageScaler
-
Creates a scaled image using the width and height of this scaler.
- getScore() - Method in interface javax.jcr.query.Row
-
Returns the full text search score for this row associated with the
default selector.
- getScore(String) - Method in interface javax.jcr.query.Row
-
Returns the full text search score for this row associated with the
specified selector.
- getScore() - Method in interface senselogic.sitevision.api.search.SearchHit
-
The relative search score of the hit.
- getSCRIPT_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getScriptUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a scripting utility class
- getSearcherBuilder() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Gets a SearcherBuilder instance.
- getSearchFactory() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a factory for search-related instances.
- getSearchFieldUtil() - Method in interface senselogic.sitevision.api.Utils
-
Deprecated.
- getSearchHighlighter() - Method in interface senselogic.sitevision.api.search.SearchResult
-
- getSearchSortField(String, boolean) - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Convenience method to get a SearchSortField instance.
- getSearchUtil() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Convenience method to get a SearchUtil instance.
- getSearchUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a search utility class
- getSecondsRemaining() - Method in interface javax.jcr.lock.Lock
-
Returns the number of seconds remaining until this locks times out.
- getSecret(Object) - Method in interface senselogic.sitevision.api.security.SecretStore
-
Gets a secret for a specified key.
- getSecrets() - Method in interface senselogic.sitevision.api.security.SecretStore
-
Gets all secrets.
- getSelector1Name() - Method in interface javax.jcr.query.qom.EquiJoinCondition
-
Gets the name of the first selector.
- getSelector1Name() - Method in interface javax.jcr.query.qom.SameNodeJoinCondition
-
Gets the name of the first selector.
- getSelector2Name() - Method in interface javax.jcr.query.qom.EquiJoinCondition
-
Gets the name of the second selector.
- getSelector2Name() - Method in interface javax.jcr.query.qom.SameNodeJoinCondition
-
Gets the name of the second selector.
- getSelector2Path() - Method in interface javax.jcr.query.qom.SameNodeJoinCondition
-
Gets the path relative to the second selector.
- getSelectorName() - Method in interface javax.jcr.query.qom.ChildNode
-
Gets the name of the selector against which to apply this constraint.
- getSelectorName() - Method in interface javax.jcr.query.qom.Column
-
Gets the name of the selector.
- getSelectorName() - Method in interface javax.jcr.query.qom.DescendantNode
-
Gets the name of the selector against which to apply this constraint.
- getSelectorName() - Method in interface javax.jcr.query.qom.FullTextSearch
-
Gets the name of the selector against which to apply this constraint.
- getSelectorName() - Method in interface javax.jcr.query.qom.FullTextSearchScore
-
Gets the name of the selector against which to evaluate this operand.
- getSelectorName() - Method in interface javax.jcr.query.qom.NodeLocalName
-
Gets the name of the selector against which to evaluate this operand.
- getSelectorName() - Method in interface javax.jcr.query.qom.NodeName
-
Gets the name of the selector against which to evaluate this operand.
- getSelectorName() - Method in interface javax.jcr.query.qom.PropertyExistence
-
Gets the name of the selector against which to apply this constraint.
- getSelectorName() - Method in interface javax.jcr.query.qom.PropertyValue
-
Gets the name of the selector against which to evaluate this operand.
- getSelectorName() - Method in interface javax.jcr.query.qom.SameNode
-
Gets the name of the selector against which to apply this constraint.
- getSelectorName() - Method in interface javax.jcr.query.qom.Selector
-
Gets the selector name.
- getSelectorNames() - Method in interface javax.jcr.query.QueryResult
-
Returns an array of all the selector names that were used in the query
that created this result.
- getServerFromAddress() - Method in interface senselogic.sitevision.api.mail.MailUtil
-
Gets the server from mail address.
- getServerResponsibleAddress() - Method in interface senselogic.sitevision.api.mail.MailUtil
-
Gets the mail address of the server responsible.
- getSession() - Method in interface javax.jcr.Item
-
Returns the Session
through which this Item
was
acquired.
- getSession() - Method in interface javax.jcr.Workspace
-
Returns the Session
object through which this
Workspace
object was acquired.
- getSet() - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Convenience method to get a HashSet
instance.
- getSHA1() - Method in interface senselogic.sitevision.api.security.MessageDigesterFactory
-
Gets an instanceof a message digester that performs hash computation using the SHA-1 algorithm.
- getSHA256() - Method in interface senselogic.sitevision.api.security.MessageDigesterFactory
-
Gets an instanceof a message digester that performs hash computation using the SHA-256 algorithm.
- getSHA512() - Method in interface senselogic.sitevision.api.security.MessageDigesterFactory
-
Gets an instanceof a message digester that performs hash computation using the SHA-512 algorithm.
- getSharedSet() - Method in interface javax.jcr.Node
-
Returns an iterator over all nodes that are in the shared set of this
node.
- getShortArgument(short) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Gets a typed argument for a short
primitive.
- getShortArray(int) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates a short array with a given size.
- getSIMPLE_USER_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSimpleUserUtil() - Method in interface senselogic.sitevision.api.user.UserFactory
-
Gets an instance of a simple user utility class.
- getSINGLE_SELECTION_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSite() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets current site (i.e. the site node of the page for the currently executing portlet).
- getSITE_COOKIE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSITE_COOKIE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSITE_PAGE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSITE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSiteCookieRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the site cookie repository (sv:siteCookieRepository) for the site of current node.
- getSiteCookieUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a site cookie utility class.
- getSiteFromAddress() - Method in interface senselogic.sitevision.api.mail.MailUtil
-
Gets the from mail address of current site.
- getSitePage() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets current site page (i.e. the site's start page node of the page for the currently executing portlet).
- getSiteResponsibleAddress() - Method in interface senselogic.sitevision.api.mail.MailUtil
-
Gets the mail address of the site responsible.
- getSiteTranslationLocales() - Method in interface senselogic.sitevision.api.i18n.TranslationUtil
-
Gets a list of all Locales that are set up for translations on the current site.
- getSize() - Method in interface javax.jcr.Binary
-
Returns the size of this Binary
value in bytes.
- getSize() - Method in interface javax.jcr.RangeIterator
-
Returns the total number of of items available through this iterator.
- getSmallFileIconURI(String) - Method in interface senselogic.sitevision.api.resource.IconUtil
-
Gets the small file icon URI for a given file extension
- getSortBuilder() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Gets a SortBuilder instance.
- getSortId() - Method in interface senselogic.sitevision.api.search.sort.CustomSort
-
Gets the identifier of this custom sort.
- getSortQueryParams() - Method in interface senselogic.sitevision.api.search.sort.CustomSort
-
Returns the query parameters for this custom sort.
- getSortURL() - Method in interface senselogic.sitevision.api.search.sort.CustomSort
-
Gets the relative URL for this custom sort.
- getSource() - Method in interface javax.jcr.query.qom.QueryObjectModel
-
Gets the node-tuple source for this query.
- getSpellCheckBuilder() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Gets a SpellCheckBuilder instance.
- getStandardParserBuilder() - Method in interface senselogic.sitevision.api.search.SearchFactory
-
Gets a StandardParserBuilder instance.
- getStartsWithStringPropertyFilter(String, String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by the value-starts-with of a specified string property.
- getStatement() - Method in interface javax.jcr.query.Query
-
Returns the statement defined for this query.
- getStatus() - Method in interface senselogic.sitevision.api.search.SearchResult
-
The current status of the search.
- getSTATUS_INDEX_NOT_AVAILABLE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.SearchResultConstants
-
- getSTATUS_OK() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.SearchResultConstants
-
- getSTATUS_PARSE_ERROR() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.SearchResultConstants
-
- getSTATUS_UNEXPECTED_ERROR() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.SearchResultConstants
-
- getStatusMessage() - Method in interface senselogic.sitevision.api.search.SearchResult
-
Accessor to a string representation of the status code.
- getStoredQueryPath() - Method in interface javax.jcr.query.Query
-
- getStream() - Method in interface javax.jcr.Binary
-
- getStream() - Method in interface javax.jcr.Property
-
- getStream() - Method in interface javax.jcr.Value
-
- getString() - Method in interface javax.jcr.Property
-
Returns a String
representation of the value of this
property.
- getString() - Method in interface javax.jcr.Value
-
Returns a String
representation of this value.
- getString(Node, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a Node.
- getString(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a node with a fallback value if the property doesn't exist.
- getString(String, String) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a String property from a potential Node in a specific version.
- getString(String, String, String) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a String property from a potential Node in a specific version - with a fallback value if the property doesn't exist.
- getString() - Method in class senselogic.sitevision.api.security.jaas.callback.UserAttributeCallback
-
First value of requested attribute as a String.
- getStringArray(int) - Method in interface senselogic.sitevision.api.script.factory.InstanceCreatorUtil
-
Creates a String array with a given size.
- getStringEscaped(Node, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a Node and returns it XML escaped.
- getStringEscaped(Node, String, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a String property from a Node, with a fallback value, and returns it XML escaped.
- getStringMultiPropertyFilter(String, String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a specified multi-valued string property.
- getStringPropertyFilter(String, String) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
-
Gets a filter that matches by a specified string property.
- getStrings(Node, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a List
of property values from a Node.
- getStrings(Node, String, List<String>) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a List
of property values from a Node with a fallback value if the property doesn't exist.
- getStrings(String, String) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a List
of property values from a potential Node in a specific version.
- getStrings(String, String, List<String>) - Method in interface senselogic.sitevision.api.property.VersionedPropertyUtil
-
Gets a List
of property values from a potential Node in a specific version - with a fallback value if the property doesn't exist.
- getStringsEscaped(Node, String) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a List
of XML escaped property values from a Node.
- getStringsEscaped(Node, String, List<String>) - Method in interface senselogic.sitevision.api.property.PropertyUtil
-
Gets a List
of XML escaped property values from a Node with a fallback value if the property doesn't exist.
- getSTRUCTURE_FOLDER_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSTRUCTURE_LINK_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSTRUCTURE_PAGE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getStructureUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a structure utility class
- getSUB_ALTERNATIVE_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSUB_QUERY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSUB_SCRIPT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSubscribers(Node) - Method in interface senselogic.sitevision.api.subscription.SubscriberUtil
-
Access to a Set
of subscribers (i.e. e-mail and / or phone numbers) for an active subscription.
- getSubscriberUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an subscriber utility class
- getSubscriptionUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of an subscription utility class
- getSubtypes() - Method in interface javax.jcr.nodetype.NodeType
-
Returns all subtypes of this node type in the node type inheritance
hierarchy.
- getSuccessors() - Method in interface javax.jcr.version.Version
-
Returns the successor versions of this version.
- getSuggestions() - Method in interface senselogic.sitevision.api.search.SearchResult
-
Returns suggestions for this search result.
- getSupertypes() - Method in interface javax.jcr.nodetype.NodeType
-
Returns all supertypes of this node type in the node type inheritance
hierarchy.
- getSupportedPrivileges(String) - Method in interface javax.jcr.security.AccessControlManager
-
Returns the privileges supported for absolute path absPath
,
which must be an existing node.
- getSupportedQueryLanguages() - Method in interface javax.jcr.query.QueryManager
-
Returns an array of strings representing all query languages supported by
this repository.
- getSymbol(Locale) - Method in interface senselogic.sitevision.api.i18n.Currency
-
Gets the symbol of this currency for a specified locale.
- getSYSTEM_GROUP_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSYSTEM_USER_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getSystemProperty(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
- getSystemUserUtil() - Method in interface senselogic.sitevision.api.user.UserFactory
-
Gets an instance of a system user utility class.
- getTAG_GROUP_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTAG_GROUP_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTAG_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTAG_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTagByName(String) - Method in interface senselogic.sitevision.api.tag.TagUtil
-
Gets a sv:tag Node by name.
- getTagGroupRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the tag group repository (sv:tagGroupRepository) for the site of current node.
- getTagGroupsResolver() - Method in interface senselogic.sitevision.api.node.NodeResolverUtil
-
Gets the sv:tagGroup resolver for nodes.
- getTags(Node) - Method in interface senselogic.sitevision.api.tag.TagUtil
-
Gets all sv:tag's for a Node.
- getTagsResolver() - Method in interface senselogic.sitevision.api.node.NodeResolverUtil
-
Gets the sv:tag resolver for nodes.
- getTagTimelinePage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
-
Gets the tag timeline page (displays the timeline for a specified tag) of current site.
- getTagUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a tag utility class.
- getTEMPLATE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTEMPLATE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTemplateByName(String) - Method in interface senselogic.sitevision.api.resource.TemplateUtil
-
Gets first found template with a given name.
- getTemplateRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the template repository for the site of current node.
- getTemplates() - Method in interface senselogic.sitevision.api.resource.TemplateUtil
-
Gets all templates.
- getTemplateUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a template utility class
- getTEMPORARY_FILE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTEMPORARY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTemporaryFileNodeBuilder() - Method in interface senselogic.sitevision.api.node.NodeFactoryUtil
-
Gets a builder for creating temporary file nodes (sv:temporaryFile).
- getTemporaryNodeBuilder() - Method in interface senselogic.sitevision.api.node.NodeFactoryUtil
-
Gets a builder for creating temporary nodes (sv:temporary).
- getText() - Method in interface senselogic.sitevision.api.xml.XmlElement
-
Gets the text content of the element.
- getTEXT_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTextModuleRendererBuilder() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a Text module renderer builder class.
- getTIMELINE_ENTRY_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTIMELINE_ENTRY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTIMELINE_FILE_ENTRY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTIMELINE_FILE_WALL_ENTRY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTIMELINE_SHARE_ENTRY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTIMELINE_SHARE_PAGE_ENTRY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTIMELINE_WALL_ENTRY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTimelineEntryPage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
-
Gets the timeline entry page (displays a single timeline entry) of current site.
- getTimestamp() - Method in interface senselogic.sitevision.api.date.TimestampUtil
-
Returns current timestamp.
- getTimestampUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a timestamp utility class.
- getTOPIC_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTOPIC_TIMELINE_ENTRY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTOPIC_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTopicRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the topic repository (sv:topicRepository) for the site of current node.
- getTopicTimelinePage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
-
Gets the topic timeline page of current site.
- getTranslatedFrom(Node) - Method in interface senselogic.sitevision.api.i18n.TranslationUtil
-
Gets the page node a given node is potentially translated from (the translation source).
- getTranslations(Node, boolean) - Method in interface senselogic.sitevision.api.i18n.TranslationUtil
-
Gets the translation mappings for a given page node.
- getTranslationUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a translation utility class.
- getTrashcan() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the trashcan (sv:trashcan) for the site of current node.
- getTRASHCAN_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getTrashcanUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a trashcan utility class
- getTrue() - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Gets the boolean true primitive.
- getType() - Method in interface javax.jcr.observation.Event
-
Returns the type of this event: a constant defined by this interface.
- getType() - Method in interface javax.jcr.Property
-
Returns the type of this Property
.
- getType() - Method in interface javax.jcr.Value
-
Returns the type
of this Value
.
- getType() - Method in interface senselogic.sitevision.api.script.factory.TypedArgument
-
Gets the argument class.
- getType() - Method in interface senselogic.sitevision.api.search.SearchHit
-
The type of SearchHit
object.
- getTYPE_EXTERNAL() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.SearchHitConstants
-
- getTYPE_INTERNAL() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.SearchHitConstants
-
- getURI(String) - Method in interface javax.jcr.NamespaceRegistry
-
Returns the URI to which the given prefix
is mapped.
- getURI() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer.BuddyIconInfo
-
The URI of current buddy icon.
- getURIs() - Method in interface javax.jcr.NamespaceRegistry
-
Returns an array holding all currently registered URIs.
- getUrl() - Method in class senselogic.sitevision.api.security.jaas.callback.RedirectCallback
-
Gets the URL of this callback.
- getUSER_ATTRIBUTE_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getUSER_ATTRIBUTE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getUSER_CONTAINER_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getUSER_FIELD_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getUSER_FIELD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getUSER_GROUP_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getUSER_IDENTITY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getUSER_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getUserConsentCookieName() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
The name of the cookie that contains data about site cookie consents.
- getUserConsents() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
-
Gets all sv:siteCookie nodes that current user has accepted.
- getUserData() - Method in interface javax.jcr.observation.Event
-
- getUserData(String) - Method in interface senselogic.sitevision.api.user.UserDataUtil
-
Gets user data for current user.
- getUserData(Node, String) - Method in interface senselogic.sitevision.api.user.UserDataUtil
-
Gets user data for a user.
- getUserDataUtil() - Method in interface senselogic.sitevision.api.user.UserFactory
-
Gets an instance of a user data utility class.
- getUserFactory() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a factory for user-related instances.
- getUserFieldRenderer() - Method in interface senselogic.sitevision.api.Utils
-
Creates and returns a new instance of a stateful user field renderer.
- getUserID() - Method in interface javax.jcr.observation.Event
-
Returns the user ID connected with this event.
- getUserID() - Method in interface javax.jcr.Session
-
Gets the user ID associated with this Session
.
- getUserID() - Method in class javax.jcr.SimpleCredentials
-
Returns the user ID.
- getUserIdentity(Node) - Method in interface senselogic.sitevision.api.security.UserUtil
-
- getUserIdentity(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityUtil
-
Gets the corresponding sv:userIdentity
Node for a specified sv:user
Node.
- getUserIdentity() - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Gets the wrapped user identity.
- getUserIdentitySearchResultPage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
-
Gets the user identity search result page of current site.
- getUserIdentityUtil() - Method in interface senselogic.sitevision.api.user.UserFactory
-
Gets an instance of a user identity utility class.
- getUserIdentityWrapper(Node) - Method in interface senselogic.sitevision.api.user.UserFactory
-
Gets an instance of a user identity wrapper.
- getUserUtil() - Method in interface senselogic.sitevision.api.user.UserFactory
-
Gets an instance of a user utility class.
- getUserUtil() - Method in interface senselogic.sitevision.api.Utils
-
- getUtils(PortletRequest) - Method in class senselogic.sitevision.api.portlet.GenericSiteVisionPortlet
-
Convenience method that gets the Utils instance from a portlet request.
- getUUID() - Method in interface javax.jcr.Node
-
- getValue() - Method in interface javax.jcr.Property
-
Returns the value of this property as a Value
object.
- getValue(String) - Method in interface javax.jcr.query.Row
-
Returns the value of the indicated column in this Row
.
- getValue() - Method in interface senselogic.sitevision.api.script.factory.TypedArgument
-
Gets the argument value.
- getValue() - Method in class senselogic.sitevision.api.security.jaas.callback.SharedStateCallback
-
Gets the value that is mapped to the name of this callback.
- getValueConstraints() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Gets the array of constraint strings.
- getValueCount() - Method in interface senselogic.sitevision.api.search.facet.SearchFacetField
-
Convenience method for getting the number of values for this facet field.
- getValueFactory() - Method in interface javax.jcr.Session
-
This method returns a ValueFactory
that is used to create
Value
objects for use when setting repository properties.
- getValues() - Method in interface javax.jcr.Property
-
Returns an array of all the values of this property.
- getValues() - Method in interface javax.jcr.query.Row
-
- getValues() - Method in class senselogic.sitevision.api.security.jaas.callback.UserAttributeCallback
-
Gets the the user attribute values list.
- getVelocityContext(Writer) - Method in interface senselogic.sitevision.api.render.velocity.VelocityRenderer
-
Creates and returns an empty VelocityContext instance.
- getVelocityContext(PortletRequest, Writer) - Method in interface senselogic.sitevision.api.render.velocity.VelocityRenderer
-
Creates and returns a VelocityContext instance with the default Sitevision API mappings.
- getVelocityContext(ServletRequest, Writer) - Method in interface senselogic.sitevision.api.render.velocity.VelocityRenderer
-
Creates and returns a VelocityContext instance with the default Sitevision API mappings.
- getVelocityRenderer() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a Velocity renderer class.
- getVersion(String) - Method in interface javax.jcr.version.VersionHistory
-
Retrieves a particular version from this version history by version
name.
- getVersionableIdentifier() - Method in interface javax.jcr.version.VersionHistory
-
Returns the identifier of the versionable node for which this is the
version history.
- getVersionableUUID() - Method in interface javax.jcr.version.VersionHistory
-
- getVersionByLabel(String) - Method in interface javax.jcr.version.VersionHistory
-
Retrieves a particular version from this version history by version
label.
- getVersionedCalendarResolver() - Method in interface senselogic.sitevision.api.node.NodeResolverUtil
-
Gets the versioned Calendar resolver for nodes.
- getVersionedDateResolver() - Method in interface senselogic.sitevision.api.node.NodeResolverUtil
-
Gets the versioned Date resolver for nodes.
- getVersionedPropertyUtil(int) - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a property utility class for a specified version.
- getVersionHistory() - Method in interface javax.jcr.Node
-
- getVersionHistory(String) - Method in interface javax.jcr.version.VersionManager
-
Returns the VersionHistory
object of the node at
absPath
.
- getVersionLabels() - Method in interface javax.jcr.version.VersionHistory
-
Returns all version labels of the history or an empty array if there are
none.
- getVersionLabels(Version) - Method in interface javax.jcr.version.VersionHistory
-
Returns all version labels of the given version
- empty
array if none.
- getVersionManager() - Method in interface javax.jcr.Workspace
-
Returns the VersionManager
object.
- getVersionUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a version utility class
- getVFS_FILE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getVFS_FOLDER_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getVFS_MOUNT_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getVIEW_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getVIRTUAL_GROUP_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getVIRTUAL_GROUP_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getVirtualGroupByName(String) - Method in interface senselogic.sitevision.api.security.PrincipalUtil
-
Provides access to a virtual group wrapped as a JCR node given the group name.
- getVirtualGroupRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
-
Gets the virtual group repository (sv:virtualGroupRepository) for the site of current node.
- getVirtualGroupsByName(List<String>) - Method in interface senselogic.sitevision.api.security.PrincipalUtil
-
Provides access to virtual groups wrapped as a JCR node given the group name.
- getWeakReferences() - Method in interface javax.jcr.Node
-
This method returns all WEAKREFERENCE
properties that refer
to this node and that are accessible through the current
Session
.
- getWeakReferences(String) - Method in interface javax.jcr.Node
-
This method returns all WEAKREFERENCE
properties that refer
to this node, have the specified name
and that are
accessible through the current Session
.
- getWEB_APP_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getWEB_APP_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
-
- getWebContentUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a web content utility class
- getWebPathNodes(Node) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
-
Returns a top-down list of all web nodes from the site page down to a specified page tree node.
- getWebResourceFactory() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a web resource factory utility class.
- getWidth() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer.BuddyIconInfo
-
The width of current buddy icon.
- getWorkspace() - Method in interface javax.jcr.Session
-
Returns the Workspace
attached to this
Session
.
- getWriter(RenderResponse) - Method in class senselogic.sitevision.api.portlet.GenericSiteVisionPortlet
-
Convenience method that sets the text/html
content type and gets the render response writer.
- getWriter(ResourceResponse) - Method in class senselogic.sitevision.api.portlet.GenericSiteVisionPortlet
-
Convenience method that sets the application/json
content type with UTF-8
charset and gets the resource response writer.
- getXmlParserUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a xml parser utility class.
- getXSLTUtil() - Method in interface senselogic.sitevision.api.Utils
-
Gets an instance of a XSLT utility class.
- GIVENNAME - Static variable in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
-
The key/property name to use (by login modules) to set the given name property on the node principal.
- GLOBAL_VIRTUAL_GROUP_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the global virtual group type.
- GRADE_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the grade field type.
- GROUPS - Static variable in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
-
The key/property name to use (by login modules) to set the (multivalued) groups property on the node principal.
- GuestCredentials - Class in javax.jcr
-
GuestCredentials
implements the Credentials
interface and is used to obtain a "guest", "public" or "anonymous" session.
- GuestCredentials() - Constructor for class javax.jcr.GuestCredentials
-
The constructor creates a new GuestCredentials
object.
- ICON_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the icon repository type.
- IconUtil - Interface in senselogic.sitevision.api.resource
-
Utility interface for Icons.
- IDENTIFIER_STABILITY - Static variable in interface javax.jcr.Repository
-
Key to a String
descriptor.
- IDENTIFIER_STABILITY_INDEFINITE_DURATION - Static variable in interface javax.jcr.Repository
-
One of four possible values for the descriptor IDENTIFIER_STABILITY
.
- IDENTIFIER_STABILITY_METHOD_DURATION - Static variable in interface javax.jcr.Repository
-
One of four possible values for the descriptor IDENTIFIER_STABILITY
.
- IDENTIFIER_STABILITY_SAVE_DURATION - Static variable in interface javax.jcr.Repository
-
One of four possible values for the descriptor IDENTIFIER_STABILITY
.
- IDENTIFIER_STABILITY_SESSION_DURATION - Static variable in interface javax.jcr.Repository
-
One of four possible values for the descriptor IDENTIFIER_STABILITY
.
- IEEEremainder(double, double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
-
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
- IGNORE - Static variable in class javax.jcr.version.OnParentVersionAction
-
- IMAGE_FILTER_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the image filter type.
- IMAGE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the image repository type.
- IMAGE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for an image.
- ImageLinkRenderer - Interface in senselogic.sitevision.api.render
-
ImageLinkRenderer is a stateful utility interface that combines an ImageRenderer and a LinkRenderer to render valid image links.
- ImageRenderer - Interface in senselogic.sitevision.api.render
-
ImageRenderer is a stateful utility interface that can be used to render valid xhtml img elements based on images of the website.
- ImageScaler - Interface in senselogic.sitevision.api.render
-
The ImageScaler interface describes in which way images should be rescaled by an ImageRenderer
.
- ImageUtil - Interface in senselogic.sitevision.api.webresource
-
Image utility interface that handles nodes with primary node type sv:image
.
- impersonate(Credentials) - Method in interface javax.jcr.Session
-
Returns a new session in accordance with the specified (new) Credentials.
- IMPORT_UUID_COLLISION_REMOVE_EXISTING - Static variable in interface javax.jcr.ImportUUIDBehavior
-
- IMPORT_UUID_COLLISION_REPLACE_EXISTING - Static variable in interface javax.jcr.ImportUUIDBehavior
-
- IMPORT_UUID_COLLISION_THROW - Static variable in interface javax.jcr.ImportUUIDBehavior
-
- IMPORT_UUID_CREATE_NEW - Static variable in interface javax.jcr.ImportUUIDBehavior
-
- ImportUUIDBehavior - Interface in javax.jcr
-
- importXML(String, InputStream, int) - Method in interface javax.jcr.Session
-
Deserializes an XML document and adds the resulting item subgraph as a
child of the node at parentAbsPath
.
- importXML(String, InputStream, int) - Method in interface javax.jcr.Workspace
-
Deserializes an XML document and adds the resulting item subgraph as a
child of the node at parentAbsPath
.
- incrementExact(int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
-
Returns the argument incremented by one, throwing an exception if the result overflows an int
.
- incrementExact(long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
-
Returns the argument incremented by one, throwing an exception if the result overflows a long
.
- INDEX_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
-
The primary node type name for the index repository type.
- IndexingUtil - Interface in senselogic.sitevision.api.search.index
-
Indexing utility interface.
- indexOfSubList(List<?>, List<?>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
-
Returns the starting position of the first occurrence of the specified
target list within the specified source list, or -1 if there is no such occurrence.
- IndexUtil - Interface in senselogic.sitevision.api.search.index
-
Index utility interface.
- IndexUtil.IndexType - Enum in senselogic.sitevision.api.search.index
-
- InetAddressCredential - Class in senselogic.sitevision.api.security.jaas.credential
-
Internet address credential.
- InetAddressCredential(InetAddress) - Constructor for class senselogic.sitevision.api.security.jaas.credential.InetAddressCredential
-
Creates a inet address credential.
- info(String) - Method in interface senselogic.sitevision.api.log.LogUtil
-
Logs an info message to the Sitevision server log.
- info(String, Throwable) - Method in interface senselogic.sitevision.api.log.LogUtil
-
Logs an info message to the Sitevision server log.
- INITIALIZE - Static variable in class javax.jcr.version.OnParentVersionAction
-
- InstanceCreatorUtil - Interface in senselogic.sitevision.api.script.factory
-
Instance creation utility that can be used in limited scripting languages (such as Velocity).
- InstanceTypeUtil - Interface in senselogic.sitevision.api.script
-
Instance type utility interface.
- intFieldToInt(String) - Method in interface senselogic.sitevision.api.search.SearchFieldUtil
-
Deprecated.
Returns the Integer for a string field that contains a integer value generated via Lucene's NumberTools (i.e. long) class.
- InvalidItemStateException - Exception in javax.jcr
-
- InvalidItemStateException() - Constructor for exception javax.jcr.InvalidItemStateException
-
Constructs a new instance of this class with null
as its
detail message.
- InvalidItemStateException(String) - Constructor for exception javax.jcr.InvalidItemStateException
-
Constructs a new instance of this class with the specified detail
message.
- InvalidItemStateException(String, Throwable) - Constructor for exception javax.jcr.InvalidItemStateException
-
Constructs a new instance of this class with the specified detail message
and root cause.
- InvalidItemStateException(Throwable) - Constructor for exception javax.jcr.InvalidItemStateException
-
Constructs a new instance of this class with the specified root cause.
- InvalidLifecycleTransitionException - Exception in javax.jcr
-
Exception thrown by Lifecycle management-related methods.
- InvalidLifecycleTransitionException() - Constructor for exception javax.jcr.InvalidLifecycleTransitionException
-
Constructs a new instance of this class with null
as its
detail message.
- InvalidLifecycleTransitionException(String) - Constructor for exception javax.jcr.InvalidLifecycleTransitionException
-
Constructs a new instance of this class with the specified detail
message.
- InvalidLifecycleTransitionException(String, Throwable) - Constructor for exception javax.jcr.InvalidLifecycleTransitionException
-
Constructs a new instance of this class with the specified detail message
and root cause.
- InvalidLifecycleTransitionException(Throwable) - Constructor for exception javax.jcr.InvalidLifecycleTransitionException
-
Constructs a new instance of this class with the specified root cause.
- InvalidNodeTypeDefinitionException - Exception in javax.jcr.nodetype
-
Exception thrown when an attempt is made to register an invalid node type
definition template.
- InvalidNodeTypeDefinitionException() - Constructor for exception javax.jcr.nodetype.InvalidNodeTypeDefinitionException
-
Constructs a new instance of this class with null
as its
detail message.
- InvalidNodeTypeDefinitionException(String) - Constructor for exception javax.jcr.nodetype.InvalidNodeTypeDefinitionException
-
Constructs a new instance of this class with the specified detail
message.
- InvalidNodeTypeDefinitionException(String, Throwable) - Constructor for exception javax.jcr.nodetype.InvalidNodeTypeDefinitionException
-
Constructs a new instance of this class with the specified detail message
and root cause.
- InvalidNodeTypeDefinitionException(Throwable) - Constructor for exception javax.jcr.nodetype.InvalidNodeTypeDefinitionException
-
Constructs a new instance of this class with the specified root cause.
- InvalidQueryException - Exception in javax.jcr.query
-
Thrown by methods of Query
.
- InvalidQueryException() - Constructor for exception javax.jcr.query.InvalidQueryException
-
Constructs a new instance of this class with null
as its
detail message.
- InvalidQueryException(String) - Constructor for exception javax.jcr.query.InvalidQueryException
-
Constructs a new instance of this class with the specified detail
message.
- InvalidQueryException(String, Throwable) - Constructor for exception javax.jcr.query.InvalidQueryException
-
Constructs a new instance of this class with the specified detail message
and root cause.
- InvalidQueryException(Throwable) - Constructor for exception javax.jcr.query.InvalidQueryException
-
Constructs a new instance of this class with the specified root cause.
- InvalidSerializedDataException - Exception in javax.jcr
-
Exception thrown by the deserialization methods of Session
if
the serialized data being input has an invalid format.
- InvalidSerializedDataException() - Constructor for exception javax.jcr.InvalidSerializedDataException
-
Constructs a new instance of this class with null
as its
detail message.
- InvalidSerializedDataException(String) - Constructor for exception javax.jcr.InvalidSerializedDataException
-
Constructs a new instance of this class with the specified detail
message.
- InvalidSerializedDataException(String, Throwable) - Constructor for exception javax.jcr.InvalidSerializedDataException
-
Constructs a new instance of this class with the specified detail message
and root cause.
- InvalidSerializedDataException(Throwable) - Constructor for exception javax.jcr.InvalidSerializedDataException
-
Constructs a new instance of this class with the specified root cause.
- isAbstract() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns true
if this is an abstract node type; returns
false
otherwise.
- isAbstract() - Method in interface javax.jcr.security.Privilege
-
Returns whether this privilege is an abstract privilege.
- isAdmin(Node) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Checks if a user identity is admin of the wrapped collaboration group.
- isAdminOf(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Checks if wrapped user identity is admin of a collaboration group.
- isAggregate() - Method in interface javax.jcr.security.Privilege
-
Returns whether this privilege is an aggregate privilege.
- isAnonymous() - Method in interface senselogic.sitevision.api.security.UserUtil
-
- isAnonymous(Node) - Method in interface senselogic.sitevision.api.security.UserUtil
-
- isAnonymous() - Method in interface senselogic.sitevision.api.user.SystemUserUtil
-
Checks if current user is anonymous (not authenticated).
- isAnonymous(Node) - Method in interface senselogic.sitevision.api.user.SystemUserUtil
-
Checks if a user node is anonymous (not authenticated).
- isAnyContentType(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Convenience method that checks if a node is of "Content node" type.
- isAnyRenderableType(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Convenience method that checks if a node is of "Renderable node" type.
- isAnyUserType(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Convenience method that checks if a node is of "User node" type.
- isApplicable(Node) - Method in interface senselogic.sitevision.api.security.RoleAssignment
-
- isApplicationIndex(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is an application index.
- isApplied(Node) - Method in interface senselogic.sitevision.api.security.RoleAssignment
-
Whether or not a given node already has this role assignment applied.
- isArchive(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is an archive.
- isArticle(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is an article.
- isAscending() - Method in class senselogic.sitevision.api.search.SearchSortField
-
Whether sort order is ascending or not.
- isAutoCreated() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Reports whether the item is to be automatically created when its parent
node is created.
- isBlank(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Checks if a string is null, empty or whitespace only.
- isBoolean(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Boolean
.
- isCalendar(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Calendar
.
- isCheckedOut() - Method in interface javax.jcr.Node
-
Returns false
if this node is currently in the checked-in state
(either due to its own status as a versionable node or due to the effect of
a versionable node being checked in above it).
- isCheckedOut(String) - Method in interface javax.jcr.version.VersionManager
-
Returns true
if the node at absPath
is either
versionable (full or simple) and currently checked-out,
non-versionable and its nearest versionable ancestor is checked-out
or non-versionable and it has no versionable ancestor.
- isCollaborationGroup(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a collaboration group.
- isCollaborationGroupFolder(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a collaboration group folder.
- isCollaborationGroupPage(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a collaboration group page.
- isCollaborationGroupTemplate(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a collaboration group template.
- isCollection(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Collection
.
- isColor(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a color.
- isComparable(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Comparable
.
- isComparator(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Comparator
.
- isCompressedType(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Checks if a specified file extension is a compressed/archive type (according to its mapped MIME type).
- isContact(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Checks if the wrapped user identity is contact with a specified user identity.
- isDate(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Date
.
- isDebugEnabled() - Method in interface senselogic.sitevision.api.log.LogUtil
-
Checks if debug logging is enabled.
- isDecoration(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a decoration.
- isDeep() - Method in interface javax.jcr.lock.Lock
-
Returns true
if this is a deep lock; false
otherwise.
- isDeep() - Method in interface javax.jcr.retention.Hold
-
Returns true
if this Hold
is deep.
- isDefaultIconLoaded() - Method in interface senselogic.sitevision.api.render.FileIconRenderer
-
Whether or not a default icon is loaded.
- isDescendantOf(Node, Node) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
-
Check if a given page tree node is a descendant of another page tree node.
- isDescending() - Method in class senselogic.sitevision.api.search.SearchSortField
-
Whether sort order is descending or not.
- isDescending() - Method in interface senselogic.sitevision.api.search.sort.CustomSort
-
Whether the sort order is descending or not.
- isDirectory(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a LDAP directory.
- isDisabled() - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Checks if the wrapped user identity is disabled or not.
- isDocType(DocType) - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for current page matches a certain DocType.
- isDocType(Node, DocType) - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for a certain page matches a certain DocType.
- isDouble(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Double
.
- isElevated() - Method in interface senselogic.sitevision.api.search.SearchHit
-
Whether or not the search hit was elevated in the query result.
- isEmpty() - Method in interface senselogic.sitevision.api.script.factory.ListWrapper
-
Whether or not the wrapped list is empty (contains no elements).
- isEmpty(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Checks if a string is null or empty.
- isErrorEnabled() - Method in interface senselogic.sitevision.api.log.LogUtil
-
Checks if error logging is enabled.
- isException(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is an Exception
.
- isExtractor() - Method in interface senselogic.sitevision.api.security.UserUtil
-
- isExtractor(Node) - Method in interface senselogic.sitevision.api.security.UserUtil
-
- isExtractor() - Method in interface senselogic.sitevision.api.user.SystemUserUtil
-
Checks if current user is the Sitevision Extractor.
- isExtractor(Node) - Method in interface senselogic.sitevision.api.user.SystemUserUtil
-
Checks if a user node is the Sitevision Extractor.
- isFalse(Object) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Method that returns true for values that can be interpreted as the false value.
- isFile(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a file.
- isFloat(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Float
.
- isFolder(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a folder.
- isFollower(Node) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Checks if a user identity is a follower/eavesdropper of the wrapped collaboration group.
- isFollowing(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Checks if wrapped user identity is following/eavesdropping a collaboration group.
- isFont(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a font.
- isFullTextSearchable() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Returns true
if this property is full-text searchable,
meaning that its value is accessible through the full-text search
function within a query.
- isGroupMuted(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Checks if wrapped user identity has muted the collaboration group.
- isHoverImageLoaded() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Whether or not a hover image is loaded.
- isHtml() - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for current page is HTML 4.01 Transitional or HTML5.
- isHtml(Node) - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for a certain page is HTML 4.01 Transitional or HTML5.
- isHtml4() - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for current page is HTML 4.01 Transitional.
- isHtml4(Node) - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for a certain page is HTML 4.01 Transitional.
- isHtml5() - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for current page is HTML5.
- isHtml5(Node) - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for a certain page is HTML5.
- isIconLoaded() - Method in interface senselogic.sitevision.api.render.FileIconRenderer
-
Whether or not an icon is loaded.
- isImage(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is an image.
- isImageLoaded() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Whether or not an image is loaded.
- isImageScalerLoaded() - Method in interface senselogic.sitevision.api.render.ImageRenderer
-
Whether or not an image scaler is loaded.
- isImageType(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Checks if a specified file extension is an image type (according to its mapped MIME type).
- isIndexer() - Method in interface senselogic.sitevision.api.security.UserUtil
-
- isIndexer(Node) - Method in interface senselogic.sitevision.api.security.UserUtil
-
- isIndexer() - Method in interface senselogic.sitevision.api.user.SystemUserUtil
-
Checks if current user is the Sitevision Indexer.
- isIndexer(Node) - Method in interface senselogic.sitevision.api.user.SystemUserUtil
-
Checks if a user node is the Sitevision Indexer.
- isInfoEnabled() - Method in interface senselogic.sitevision.api.log.LogUtil
-
Checks if info logging is enabled.
- isInteger(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is an Integer
.
- isInTrashcan(Node) - Method in interface senselogic.sitevision.api.webresource.structure.TrashcanUtil
-
Checks if a node is in the site trashcan
If no node is specified a NullPointerException
is thrown.
- isIterable(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is an Iterable
.
- isIterator(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is an Iterator
.
- isLayout(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a layout.
- isLink(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a link.
- isList(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a List
.
- isLive() - Method in interface javax.jcr.lock.Lock
-
Returns true if this Lock
object represents a lock that is
currently in effect.
- isLive() - Method in interface javax.jcr.Session
-
Returns true
if this Session
object is usable
by the client.
- isLoaded() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
-
Whether or not this renderer contains a node that can be rendered.
- isLoaded() - Method in interface senselogic.sitevision.api.render.TextModuleRenderer
-
Whether or not this renderer has been updated with a renderable text module.
- isLoaded() - Method in interface senselogic.sitevision.api.render.UserFieldRenderer
-
Whether or not this renderer contains a user identity.
- isLocked(String) - Method in interface javax.jcr.lock.LockManager
-
Returns true
if the node at absPath
is locked
either as a result of a lock held by that node or by a deep lock on a
node above that node; otherwise returns false
.
- isLocked() - Method in interface javax.jcr.Node
-
Returns true
if this node is locked either as a result of a
lock held by this node or by a deep lock on a node above this node;
otherwise returns false
.
- isLockOwningSession() - Method in interface javax.jcr.lock.Lock
-
Returns true
if the current session is the owner of this
lock, either because it is session-scoped and bound to this session or
open-scoped and this session currently holds the token for this lock.
- isLong(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Long
.
- isMandatory() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Reports whether the item is mandatory.
- isMap(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Map
.
- isMember(Node) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
-
Checks if a user identity is member of the wrapped collaboration group.
- isMemberOf(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Checks if wrapped user identity is member of a collaboration group.
- isMemberOfGroup(Node) - Method in interface senselogic.sitevision.api.user.UserUtil
-
Checks if current user is member of a group.
- isMemberOfGroup(Node, Node) - Method in interface senselogic.sitevision.api.user.UserUtil
-
Checks if a specific user is member of a group.
- isMemberOfVirtualGroup(String) - Method in interface senselogic.sitevision.api.user.SimpleUserUtil
-
Checks if current user is member of a virtual group with a specific id.
- isMemberOfVirtualGroup(Node, String) - Method in interface senselogic.sitevision.api.user.SimpleUserUtil
-
Checks if a simple user is member of a virtual group with a specific id.
- isMetadataValueInherited(Node, Property) - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
-
Returns a boolean
indicating that the metadata value on the Node
is
inherited from a parent node.
- isMetadataValueInherited(Node, Property, int) - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
-
Returns a boolean
indicating that the metadata value in a specified version on the Node
is
inherited from a parent node.
- isMetadataValueInherited(Node, String) - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
-
Returns a boolean
indicating that the metadata value on the Node
is
inherited from a parent node.
- isMetadataValueInherited(Node, String, int) - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
-
Returns a boolean
indicating that the metadata value in a specified version on the Node
is
inherited from a parent node.
- isMixin() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns true
if this is a mixin type; returns
false
if it is primary.
- isMobileDevice(Node) - Method in interface senselogic.sitevision.api.device.DeviceUtil
-
- isModified() - Method in interface javax.jcr.Item
-
Returns true
if this Item
has been saved but
has subsequently been modified through the current session and therefore
the state of this item as recorded in the session differs from the state
of this item as saved.
- isMSExcelType(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Checks if a specified file extension is a MS Excel type (according to its mapped MIME type).
- isMSOfficeType(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Checks if a specified file extension is a MS Office type (according to its mapped MIME type).
- isMSPowerpointType(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Checks if a specified file extension is a MS Powerpoint type (according to its mapped MIME type).
- isMSWordType(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Checks if a specified file extension is a MS Word type (according to its mapped MIME type).
- isMultiple() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Reports whether this property can have multiple values.
- isMultiple() - Method in interface javax.jcr.Property
-
Returns true
if this property is multi-valued and
false
if this property is single-valued.
- isNew() - Method in interface javax.jcr.Item
-
Returns true
if this is a new item, meaning that it exists
only in transient storage on the Session
and has not yet
been saved.
- isNode() - Method in interface javax.jcr.Item
-
Indicates whether this Item
is a Node
or a
Property
.
- isNode(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Node
.
- isNodeIndex(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a node index.
- isNodeType(String) - Method in interface javax.jcr.Node
-
Returns true
if this node is of the specified primary node
type or mixin type, or a subtype thereof.
- isNodeType(String) - Method in interface javax.jcr.nodetype.NodeType
-
Returns true
if the name of this node type or any of
its direct or indirect supertypes is equal to nodeTypeName
,
otherwise returns false
.
- isNotBlank(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Checks if a string is not null, not empty and not whitespace only.
- isNotEmpty(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Checks if a string is not null and not empty.
- isNotificationsMuted(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
-
Checks if wrapped user identity mutes notifications from the collaboration group.
- isNumber(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Number
.
- isPage(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a page.
- isPageTemplate(Node) - Method in interface senselogic.sitevision.api.resource.TemplateUtil
-
Whether or not a node is a page template.
- isPortlet(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a portlet.
- isProperty(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Property
.
- isProtected() - Method in interface javax.jcr.nodetype.ItemDefinition
-
Reports whether the child item is protected.
- isQueryable() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
-
Returns true
if the node type is queryable, meaning that the
available-query-operators, full-text-searchable and query-orderable
attributes of its property definitions take effect.
- isQueryOrderable() - Method in interface javax.jcr.nodetype.PropertyDefinition
-
Returns true
if this property is query-orderable, meaning
that query results may be ordered by this property using the order-by
clause of a query.
- isRenderable(Node) - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
-
Helper method to check if a certain node can be rendered as a buddy icon.
- isRenderable(Node) - Method in interface senselogic.sitevision.api.render.UserFieldRenderer
-
Helper method to check if a certain node can be rendered.
- isRenderableTarget(Node) - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Checks if a Node is a renderable target or not (node type accepted).
- isRenderingMobileView() - Method in interface senselogic.sitevision.api.device.DeviceUtil
-
- isRssFeed(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a RSS feed.
- isRssFeedItem(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a RSS feed item.
- isRssFeedRepository(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a RSS feed repository.
- isRTL(Locale) - Method in interface senselogic.sitevision.api.i18n.LocaleUtil
-
Checks if a locale has writing direction Right-To-Left (RTL).
- isSame(Item) - Method in interface javax.jcr.Item
-
Returns true
if this Item
object (the Java
object instance) represents the same actual workspace item as the object
otherItem
.
- isSelected() - Method in interface senselogic.sitevision.api.search.facet.SearchFacetValue
-
Returns whether or not this facet value is selected.
- isSelected() - Method in interface senselogic.sitevision.api.search.sort.CustomSort
-
Whether or not this custom sort is selected.
- isSerializable(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Serializable
.
- isSessionScoped() - Method in interface javax.jcr.lock.Lock
-
Returns true
if this is a session-scoped lock and the scope
is bound to the current session.
- isSet(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Set
.
- isSimpleUser(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a sv:simpleUser.
- isSingleValueDescriptor(String) - Method in interface javax.jcr.Repository
-
Returns true
if key
is a valid single-value
descriptor; otherwise returns false
.
- isSite(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a site.
- isSitePage(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a site page.
- isStandardDescriptor(String) - Method in interface javax.jcr.Repository
-
Returns true
if key
is a standard descriptor
defined by the string constants in this interface and false
if it is either a valid implementation-specific key or not a valid key.
- isString(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a String
.
- isStructureFolder(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a structure folder.
- isStructureLink(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a structure link.
- isStructurePage(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a structure page.
- isSubscriber(Node, String) - Method in interface senselogic.sitevision.api.subscription.SubscriberUtil
-
Finds out if an e-mail of phone number is already a subscriber to the active subscription.
- isSystem() - Method in interface senselogic.sitevision.api.security.UserUtil
-
- isSystem(Node) - Method in interface senselogic.sitevision.api.security.UserUtil
-
- isSystem() - Method in interface senselogic.sitevision.api.user.SystemUserUtil
-
Checks if current user is the Sitevision System user.
- isSystem(Node) - Method in interface senselogic.sitevision.api.user.SystemUserUtil
-
Checks if a user node is the Sitevision System user.
- isSystemUser(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a sv:systemUser.
- isTemplate(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a template.
- isTemporaryFile(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a temporary file.
- isTextType(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Checks if a specified file extension is a text type (according to its mapped MIME type).
- isThrowable(Object) - Method in interface senselogic.sitevision.api.script.InstanceTypeUtil
-
Checks if an object is a Throwable
.
- isTraceEnabled() - Method in interface senselogic.sitevision.api.log.LogUtil
-
Checks if trace logging is enabled.
- isTrashcan(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a trashcan.
- isTrue(Object) - Method in interface senselogic.sitevision.api.script.ScriptUtil
-
Method that returns true for values that can be interpreted as the true value.
- isType(Node, String) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks a node against a given node type name to see if they match.
- isTypeOf(Node, String...) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks a node against multiple node type names to see if any of them match.
- isUser(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a sv:user.
- isUserIdentity(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
-
Checks if a node is a user identity.
- isValidAddress(String) - Method in interface senselogic.sitevision.api.mail.MailUtil
-
Checks if a mail address has a valid format.
- isValidator() - Method in interface senselogic.sitevision.api.user.SystemUserUtil
-
Checks if current user is the Sitevision Validator.
- isValidator(Node) - Method in interface senselogic.sitevision.api.user.SystemUserUtil
-
Checks if a user node is the Sitevision Validator.
- isValidFieldName(String) - Method in interface senselogic.sitevision.api.render.UserFieldRenderer
-
Helper method to check if a named user field is available.
- isValidTarget(Node) - Method in interface senselogic.sitevision.api.render.LinkRenderer
-
Checks if a Node is a valid target or not (node type accepted and target is valid).
- isVideoType(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Checks if a specified file extension is a video type (according to its mapped MIME type).
- isWarnEnabled() - Method in interface senselogic.sitevision.api.log.LogUtil
-
Checks if warn logging is enabled.
- isXhtml() - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for current page is XHTML 1.0 Transitional or XHTML 1.0 Strict.
- isXhtml(Node) - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for a certain page is XHTML 1.0 Transitional or XHTML 1.0 Strict.
- isXhtmlStrict() - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for current page is XHTML 1.0 Strict.
- isXhtmlStrict(Node) - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for a certain page is XHTML 1.0 Strict.
- isXhtmlTransitional() - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for current page is XHTML 1.0 Transitional.
- isXhtmlTransitional(Node) - Method in interface senselogic.sitevision.api.webresource.doctype.DocTypeUtil
-
Checks if the doctype for a certain page is XHTML 1.0 Transitional.
- isXmlType(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
-
Checks if a specified file extension is a text type (according to its mapped MIME type).
- Item - Interface in javax.jcr
-
- ItemDefinition - Interface in javax.jcr.nodetype
-
- itemExists(String) - Method in interface javax.jcr.Session
-
Returns true
if an item exists at absPath
and
this Session
has read access to it; otherwise returns
false
.
- ItemExistsException - Exception in javax.jcr
-
An exception thrown when an attempt is made to place an item in a position
where another item already exists.
- ItemExistsException() - Constructor for exception javax.jcr.ItemExistsException
-
Constructs a new instance of this class with null
as its
detail message.
- ItemExistsException(String) - Constructor for exception javax.jcr.ItemExistsException
-
Constructs a new instance of this class with the specified detail
message.
- ItemExistsException(String, Throwable) - Constructor for exception javax.jcr.ItemExistsException
-
Constructs a new instance of this class with the specified detail message
and root cause.
- ItemExistsException(Throwable) - Constructor for exception javax.jcr.ItemExistsException
-
Constructs a new instance of this class with the specified root cause.
- ItemNotFoundException - Exception in javax.jcr
-
- ItemNotFoundException() - Constructor for exception javax.jcr.ItemNotFoundException
-
Constructs a new instance of this class with null
as its
detail message.
- ItemNotFoundException(String) - Constructor for exception javax.jcr.ItemNotFoundException
-
Constructs a new instance of this class with the specified detail
message.
- ItemNotFoundException(String, Throwable) - Constructor for exception javax.jcr.ItemNotFoundException
-
Constructs a new instance of this class with the specified detail message
and root cause.
- ItemNotFoundException(Throwable) - Constructor for exception javax.jcr.ItemNotFoundException
-
Constructs a new instance of this class with the specified root cause.
- ItemVisitor - Interface in javax.jcr
-
This interface defines two signatures of the visit
method; one
taking a Node
, the other a Property
.
- iterator() - Method in interface senselogic.sitevision.api.script.factory.ListWrapper
-
Returns an iterator for the wrapped list.
- iterator() - Method in interface senselogic.sitevision.api.script.proxy.ExceptionSuppressingCollection
-
Returns an exception suppressing iterator that ensures no exceptions will be thrown during iteration.
- iterator() - Method in interface senselogic.sitevision.api.search.SearchResult
-
Convenience method for iterating search hits using the Java foreach loop construct.