Copyright© 2008-2024 Sitevision AB, all rights reserved.

Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

ABORT - Static variable in class javax.jcr.version.OnParentVersionAction
 
abs(int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the absolute value of an int value.
abs(long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the absolute value of a long value.
abs(float) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the absolute value of a float value.
abs(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the absolute value of a double value.
accept(ItemVisitor) - Method in interface javax.jcr.Item
Accepts an ItemVisitor.
accept(T) - Method in interface senselogic.sitevision.api.base.Filter
Whether a given object matches the filter requirements or not.
AccessControlEntry - Interface in javax.jcr.security
An AccessControlEntry represents the association of one or more Privilege objects with a specific Principal.
AccessControlException - Exception in javax.jcr.security
Exception thrown by access control related methods of AccessControlManager.
AccessControlException() - Constructor for exception javax.jcr.security.AccessControlException
Constructs a new instance of this class with null as its detail message.
AccessControlException(String) - Constructor for exception javax.jcr.security.AccessControlException
Constructs a new instance of this class with the specified detail message.
AccessControlException(String, Throwable) - Constructor for exception javax.jcr.security.AccessControlException
Constructs a new instance of this class with the specified detail message and root cause.
AccessControlException(Throwable) - Constructor for exception javax.jcr.security.AccessControlException
Constructs a new instance of this class with the specified root cause.
AccessControlList - Interface in javax.jcr.security
The AccessControlList is an AccessControlPolicy representing a list of access control entries.
AccessControlManager - Interface in javax.jcr.security
The AccessControlManager object is accessed via Session.getAccessControlManager().
AccessControlPolicy - Interface in javax.jcr.security
The AccessControlPolicy is a marker interface for all kind of access control policies.
AccessControlPolicyIterator - Interface in javax.jcr.security
Allows easy iteration through a list of AccessControlPolicys with nextAccessControlPolicy as well as a skip method inherited from RangeIterator.
AccessDeniedException - Exception in javax.jcr
Exception thrown by access-related methods.
AccessDeniedException() - Constructor for exception javax.jcr.AccessDeniedException
Constructs a new instance of this class with null as its detail message.
AccessDeniedException(String) - Constructor for exception javax.jcr.AccessDeniedException
Constructs a new instance of this class with the specified detail message.
AccessDeniedException(String, Throwable) - Constructor for exception javax.jcr.AccessDeniedException
Constructs a new instance of this class with the specified detail message and root cause.
AccessDeniedException(Throwable) - Constructor for exception javax.jcr.AccessDeniedException
Constructs a new instance of this class with the specified root cause.
acos(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
ACTION_ADD_NODE - Static variable in interface javax.jcr.Session
A constant representing the add_node action string, used to determine if this Session has permission to add a new node.
ACTION_READ - Static variable in interface javax.jcr.Session
A constant representing the read action string, used to determine if this Session has permission to retrieve an item (and read the value, in the case of a property).
ACTION_REMOVE - Static variable in interface javax.jcr.Session
A constant representing the remove action string, used to determine if this Session has permission to remove an item.
ACTION_SET_PROPERTY - Static variable in interface javax.jcr.Session
A constant representing the set_property action string, used to determine if this Session has permission to set (add or modify) a property.
ACTIONNAME_ABORT - Static variable in class javax.jcr.version.OnParentVersionAction
 
ACTIONNAME_COMPUTE - Static variable in class javax.jcr.version.OnParentVersionAction
 
ACTIONNAME_COPY - Static variable in class javax.jcr.version.OnParentVersionAction
The names of the defined on-version actions, as used in serialization.
ACTIONNAME_IGNORE - Static variable in class javax.jcr.version.OnParentVersionAction
 
ACTIONNAME_INITIALIZE - Static variable in class javax.jcr.version.OnParentVersionAction
 
ACTIONNAME_VERSION - Static variable in class javax.jcr.version.OnParentVersionAction
 
activateSubscription(Node, boolean, String, String) - Method in interface senselogic.sitevision.api.subscription.SubscriptionUtil
Activates a subscription for the given Node.
ActivityViolationException - Exception in javax.jcr.version
Exception will be thrown by Node.checkout and Node.checkpoint if an activity A is present on the current session and any of the following conditions is met: There already is a node in another workspace that has a checked-out node for the version history of N whose jcr:activity references A.
ActivityViolationException() - Constructor for exception javax.jcr.version.ActivityViolationException
Constructs a new instance of this class with null as its detail message.
ActivityViolationException(String) - Constructor for exception javax.jcr.version.ActivityViolationException
Constructs a new instance of this class with the specified detail message.
ActivityViolationException(String, Throwable) - Constructor for exception javax.jcr.version.ActivityViolationException
Constructs a new instance of this class with the specified detail message and root cause.
ActivityViolationException(Throwable) - Constructor for exception javax.jcr.version.ActivityViolationException
Constructs a new instance of this class with the specified root cause.
add(Node, String) - Method in interface senselogic.sitevision.api.bookmark.BookmarkUtil
Deprecated.
Use BookmarkUtil.add(javax.jcr.Node), categories will be resolved from metadata.
add(Node) - Method in interface senselogic.sitevision.api.bookmark.BookmarkUtil
Adds a bookmark for the current user.
add(Object) - Method in interface senselogic.sitevision.api.script.factory.ListWrapper
Appends the specified element (if non-null) to the end of the wrapped list.
addAccessControlEntry(Principal, Privilege[]) - Method in interface javax.jcr.security.AccessControlList
Adds an access control entry to this policy consisting of the specified principal and the specified privileges.
addAdditiveBoostFunction(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
Adds an additive boost function.
addAdmin(Node) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
Adds a user identity as admin of the wrapped collaboration group.
addAll(Collection<? super T>, T...) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Adds all of the specified elements to the specified collection.
addAlternative(Node, String, String) - Method in interface senselogic.sitevision.api.metadata.MetadataDefinitionUtil
Add an alternative to a definition
addAriaAttribute(String, String) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Adds an aria-* attribute to the image element.
addBlindCopyRecipient(String) - Method in interface senselogic.sitevision.api.mail.MailBuilder
Adds a blind carbon copy recipient address (BCC).
addBooleanProperty(String, boolean) - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
Adds a boolean property to this builder.
addCalendarProperty(String, Calendar) - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
Adds a Calendar property to this builder.
addComparator(Comparator<Node>) - Method in interface senselogic.sitevision.api.node.builder.CompoundComparatorBuilder
Adds a node comparator to this builder.
addContact(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
Adds a contact for the wrapped user identity.
addCopyRecipient(String) - Method in interface senselogic.sitevision.api.mail.MailBuilder
Adds a carbon copy recipient address (CC).
addCssClass(String) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Adds a css class to the class attribute for the image element.
addDataAttribute(String, String) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Adds an HTML5 data-* attribute to the image element.
addDataAttribute(String, String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Adds an HTML5 data-* attribute to the link element.
addDateProperty(String, Date) - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
Adds a Date property to this builder.
addDoubleProperty(String, double) - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
Adds a double property to this builder.
addEventListener(EventListener, int, String, boolean, String[], String[], boolean) - Method in interface javax.jcr.observation.ObservationManager
Adds an event listener that listens for the specified eventTypes (a combination of one or more event types encoded as a bit mask value).
addExact(int, int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the sum of its arguments,throwing an exception if the result overflows an int.
addExact(long, long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the sum of its arguments, throwing an exception if the result overflows a long.
addFilter(Filter<Node>) - Method in interface senselogic.sitevision.api.node.builder.CompoundAndFilterBuilder
Adds a node filter to this builder.
addFilter(Filter<Node>) - Method in interface senselogic.sitevision.api.node.builder.CompoundOrFilterBuilder
Adds a node filter to this builder.
addFilterQuery(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.FilterBuilder
Adds a filter query.
addHighlightedField(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.HighlightBuilder
Adds a field that should be highlighted.
addHold(String, String, boolean) - Method in interface javax.jcr.retention.RetentionManager
Places a hold on the existing node at absPath.
addIntProperty(String, int) - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
Adds a int property to this builder.
addLinkValue(LinkValue) - Method in interface senselogic.sitevision.api.metadata.builder.RelatedValueBuilder
Adds a link value.
addLockToken(String) - Method in interface javax.jcr.lock.LockManager
Adds the specified lock token to the current Session.
addLockToken(String) - Method in interface javax.jcr.Session
Deprecated.
As of JCR 2.0, LockManager.addLockToken(String) should be used instead.
addLongProperty(String, long) - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
Adds a long property to this builder.
addMember(Node) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
Adds a user identity as member of the wrapped collaboration group.
addMember(Node) - Method in interface senselogic.sitevision.api.message.ChannelWrapper
Adds a user identity as member of the wrapped channel.
addMixin(String) - Method in interface javax.jcr.Node
Adds the mixin node type named mixinName to this node.
addMultiplicativeBoostFunction(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
Adds a a multiplicative boost function.
addNode(String) - Method in interface javax.jcr.Node
Creates a new node at relPath.
addNode(String, String) - Method in interface javax.jcr.Node
Creates a new node at relPath of the specified node type.
addNodeProperty(String, Node) - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
Adds a Node property to this builder.
addNumericProperty(String, Number) - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
Adds a numeric property (typically: Integer, Long or Double) to this builder.
ADDON_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the addon repository type.
addPhraseField(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
Adds a phrase field.
addQueryField(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
Adds a query field.
addQueryField(String, double) - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
Adds a query field with a specific boost.
addRecipient(String) - Method in interface senselogic.sitevision.api.mail.MailBuilder
Adds a recipient address (TO).
addRedirectURI(Node, String) - Method in interface senselogic.sitevision.api.redirect.RedirectUtil
Adds a relative URI that should trigger a 301 redirect to a specific node.
addRedirectURIs(Node, Collection<String>) - Method in interface senselogic.sitevision.api.redirect.RedirectUtil
Adds a collection of relative URIs that should trigger 301 redirects to a specific node.
addReplyTo(String) - Method in interface senselogic.sitevision.api.mail.MailBuilder
Adds a reply-to address.
addRole(Node) - Method in interface senselogic.sitevision.api.security.RoleMatcherBuilder
Adds a role (sv:role).
addSortField(SearchSortField) - Method in interface senselogic.sitevision.api.search.searcher.builder.SortBuilder
Adds a sort field.
addStringProperty(String, String) - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
Adds a String property to this builder.
addSubscriber(Node, String) - Method in interface senselogic.sitevision.api.subscription.SubscriberUtil
Method used to add an e-mail or phone number as a subscriber to the active subscription.
addTag(Node, Node) - Method in interface senselogic.sitevision.api.tag.TagUtil
Adds a sv:tag to a Node.
addTags(Node, Node...) - Method in interface senselogic.sitevision.api.tag.TagUtil
Adds multiple sv:tag to a Node.
addTargetParameter(String, String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Adds target parameters (key=value) to the link target (href attribute on the a element).
addText(String) - Method in interface senselogic.sitevision.api.metadata.builder.RelatedValueBuilder
Adds a text value.
addUser(Node) - Method in interface senselogic.sitevision.api.metadata.builder.RelatedValueBuilder
Adds a user value.
addVersionLabel(String, String, boolean) - Method in interface javax.jcr.version.VersionHistory
Adds the specified label to the specified version.
ADMIN_PRINCIPAL_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the admin principal repository.
ALIAS_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the alias repository type.
ALIAS_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the alias type.
AliasUtil - Interface in senselogic.sitevision.api.alias
Alias utility interface.
allowsSameNameSiblings() - Method in interface javax.jcr.nodetype.NodeDefinition
Reports whether this child node can have same-name siblings.
ALTERNATIVE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the alternative type.
And - Interface in javax.jcr.query.qom
Performs a logical conjunction of two other constraints.
and(Constraint, Constraint) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Performs a logical conjunction of two other constraints.
appendContent(Node, String) - Method in interface senselogic.sitevision.api.webresource.webcontent.WebContentUtil
Appends the content to the existing node.
appendContent(Node, Map<String, String>) - Method in interface senselogic.sitevision.api.webresource.webcontent.WebContentUtil
Append the content to the existing node.
appendContentWithRawHtml(Node, String) - Method in interface senselogic.sitevision.api.webresource.webcontent.WebContentUtil
Appends raw HTML (a HTML portlet is created) to the existing content of a node.
appendContentWithRawHtml(Node, Map<String, String>) - Method in interface senselogic.sitevision.api.webresource.webcontent.WebContentUtil
Appends raw HTML (a HTML portlet is created) to the existing content of a node.
APPLICATION_INDEX_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for an application index.
apply(Node) - Method in interface senselogic.sitevision.api.security.RoleAssignment
Applies this role assignment on a given node.
ARCHIVE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for an archive.
ArchiveUtil - Interface in senselogic.sitevision.api.webresource.structure
Archive utility interface that handles nodes with primary node type sv:archive.
ArraysInstance - Interface in senselogic.sitevision.api.script.factory
Instance wrapper for the java.util.Arrays class that delegates all method calls to the corresponding Arrays method.
ARTICLE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for an article.
ArticleUtil - Interface in senselogic.sitevision.api.webresource
Article utility interface that handles nodes with primary node type sv:article.
ascending(DynamicOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Orders by the value of the specified operand, in ascending order.
asin(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
asLifoQueue(Deque<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a view of a Deque as a Last-in-first-out (Lifo) Queue.
asList(T...) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a fixed-size list backed by the specified array.
atan(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
atan2(double, double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the angle theta from the conversion of rectangular coordinates (xy) to polar coordinates (r, theta).
AuthenticationFilter - Interface in senselogic.sitevision.api.security.jaas.filter
Interface for request filters that want to handle web interactions in order to get login data.
AuthenticationFilterChain - Interface in senselogic.sitevision.api.security.jaas.filter
Interface for request filter chains that want to handle web interactions in order to get login data.
AuthenticationUtil - Interface in senselogic.sitevision.api.security
Authentication utility interface.
AUTHTYPE - Static variable in interface senselogic.sitevision.api.security.jaas.filter.AuthenticationFilter
The shared state auth type constant.
AuthTypeCredential - Class in senselogic.sitevision.api.security.jaas.credential
Credential for authentication types (BASIC, FORM, NTLM etc).
AuthTypeCredential(String) - Constructor for class senselogic.sitevision.api.security.jaas.credential.AuthTypeCredential
Create a callback that provides the auth type.
autoLink(String) - Method in interface senselogic.sitevision.api.message.MessageTextLinker
Creates links found in plain message text.

B

base64decode(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Decodes a base64 encoded string (using UTF-8 encoding).
base64decodeToBytes(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Decodes a base64 encoded string to a byte array (using UTF-8 encoding).
base64encode(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Encodes a string using base64 encoding (using UTF-8 encoding).
base64encodeToString(byte[]) - Method in interface senselogic.sitevision.api.text.EndecUtil
Encodes a byte array to a base64 encoded string (using UTF-8 encoding).
Binary - Interface in javax.jcr
A Binary object holds a JCR property value of type BINARY.
BINARY - Static variable in class javax.jcr.PropertyType
BINARY properties are used to store binary data.
binarySearch(long[], long) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches the specified array of longs for the specified value using the binary search algorithm.
binarySearch(long[], int, int, long) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches a range of the specified array of longs for the specified value using the binary search algorithm.
binarySearch(int[], int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches the specified array of ints for the specified value using the binary search algorithm.
binarySearch(int[], int, int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches a range of the specified array of ints for the specified value using the binary search algorithm.
binarySearch(short[], short) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches the specified array of shorts for the specified value using the binary search algorithm.
binarySearch(short[], int, int, short) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches a range of the specified array of shorts for the specified value using the binary search algorithm.
binarySearch(char[], char) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches the specified array of chars for the specified value using the binary search algorithm.
binarySearch(char[], int, int, char) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches a range of the specified array of chars for the specified value using the binary search algorithm.
binarySearch(byte[], byte) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(byte[], int, int, byte) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches a range of the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(double[], double) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(double[], int, int, double) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches a range of the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(float[], float) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches the specified array of floats for the specified value using the binary search algorithm.
binarySearch(float[], int, int, float) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches a range of the specified array of floats for the specified value using the binary search algorithm.
binarySearch(Object[], Object) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(Object[], int, int, Object) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches a range of the specified array for the specified object using the binary search algorithm.
binarySearch(T[], T, Comparator<? super T>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(T[], int, int, T, Comparator<? super T>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Searches a range of the specified array for the specified object using the binary search algorithm.
binarySearch(List<? extends Comparable<? super T>>, T) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(List<? extends T>, T, Comparator<? super T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Searches the specified list for the specified object using the binary search algorithm.
bindValue(String, Value) - Method in interface javax.jcr.query.Query
Binds the given value to the variable named varName.
bindVariable(String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to the value of a bind variable.
BindVariableValue - Interface in javax.jcr.query.qom
Evaluates to the value of a bind variable.
BOOKMARKED_TIMELINE_ENTRY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the bookmarked timeline entry type.
BookmarkUtil - Interface in senselogic.sitevision.api.bookmark
Bookmark utility interface.
BOOLEAN - Static variable in class javax.jcr.PropertyType
The BOOLEAN property type is used to store boolean values.
br(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Converts line breaks to xhtml <br /> elements.
breadthFirst - Variable in class javax.jcr.util.TraversingItemVisitor
Indicates if traversal should be done in a breadth-first manner rather than depth-first (which is the default).
BREAK_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the break field type.
BuddyIconRenderer - Interface in senselogic.sitevision.api.render
BuddyIconRenderer is a stateful utility interface for rendering of buddy icons for user identities and collaboration groups.
BuddyIconRenderer.BuddyIconInfo - Interface in senselogic.sitevision.api.render
Basic render information about current buddy icon of a BuddyIconRenderer.
BuddyIconRenderer.BuddyIconSize - Enum in senselogic.sitevision.api.render
The size of the icons rendered by the BuddyIconRenderer.
build() - Method in interface senselogic.sitevision.api.base.Builder
Creates an instance of type T using current state of this builder.
build() - Method in interface senselogic.sitevision.api.format.NumericFormatterBuilder
Creates a NumericFormatter instance using currently specified state/behaviour.
build() - Method in interface senselogic.sitevision.api.mail.MailBuilder
Creates a Mail instance using current state of this builder.
build() - Method in interface senselogic.sitevision.api.metadata.builder.LinkValueBuilder
Creates a LinkValue instance using current state of this builder.
build() - Method in interface senselogic.sitevision.api.metadata.builder.RelatedValueBuilder
Creates a RelatedValue instance using current state of this builder.
build() - Method in interface senselogic.sitevision.api.node.builder.CompoundAndFilterBuilder
Creates a node filter instance that will perform the AND operation for all currently specified filters.
build() - Method in interface senselogic.sitevision.api.node.builder.CompoundComparatorBuilder
Creates a node comparator instance that will calculate its compareTo return value based on currently specified comparators.
build() - Method in interface senselogic.sitevision.api.node.builder.CompoundOrFilterBuilder
Creates a node filter instance that will perform the OR operation for all currently specified filters.
build() - Method in interface senselogic.sitevision.api.node.builder.TemporaryFileNodeBuilder
Creates a volatile and short-lived temporary file node using current state.
build() - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
Creates a volatile and short-lived temporary node using current state (name and properties).
build() - Method in interface senselogic.sitevision.api.render.TextModuleRendererBuilder
Creates a TextModuleRenderer instance for the page of this builder.
build() - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
Creates a Parser component instance using currently specified state/behaviour.
build() - Method in interface senselogic.sitevision.api.search.searcher.builder.FilterBuilder
Creates a Filter component instance using currently specified state/behaviour.
build() - Method in interface senselogic.sitevision.api.search.searcher.builder.HighlightBuilder
Creates a Highlight component instance using currently specified state/behaviour.
build() - Method in interface senselogic.sitevision.api.search.searcher.builder.MonitorBuilder
Creates a Monitor component instance using currently specified state/behaviour.
build() - Method in interface senselogic.sitevision.api.search.searcher.builder.PermissionCheckBuilder
Creates a PermissionCheck component instance using currently specified state/behaviour.
build() - Method in interface senselogic.sitevision.api.search.searcher.builder.SearcherBuilder
Creates a Searcher instance using currently specified components.
build() - Method in interface senselogic.sitevision.api.search.searcher.builder.SortBuilder
Creates a Sort component instance using currently specified state/behaviour.
build() - Method in interface senselogic.sitevision.api.search.searcher.builder.SpellCheckBuilder
Creates a SpellCheck component instance.
build() - Method in interface senselogic.sitevision.api.search.searcher.builder.StandardParserBuilder
Creates a Parser component instance using currently specified state/behaviour.
build() - Method in interface senselogic.sitevision.api.security.RoleAssignmentBuilder
Creates a read-only RoleAssignment instance using current state of this builder.
build() - Method in interface senselogic.sitevision.api.security.RoleMatcherBuilder
Creates a read-only RoleMatcher instance using current state of this builder.
build() - Method in interface senselogic.sitevision.api.webresource.builder.LinkTargetBuilder
Creates a LinkTarget instance using current state of this builder.
Builder<T> - Interface in senselogic.sitevision.api.base
This is the base interface for all builders in the Sitevision Utility API.

C

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
Returns true if calling Node.addMixin(java.lang.String) on this node with the mixn node type mixinName will not fail.
cancelMerge(Version) - Method in interface javax.jcr.Node
Deprecated.
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
Deprecated.
As of JCR 2.0, clients should use NodeType.canRemoveNode(String) and NodeType.canRemoveProperty(String) instead.
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.
ChannelWrapper - Interface in senselogic.sitevision.api.message
Channel administration interface.
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
Deprecated.
As of JCR 2.0, VersionManager.checkin(java.lang.String) should be used instead.
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
Deprecated.
As of JCR 2.0, VersionManager.checkout(java.lang.String) should be used instead.
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
Tests whether the childSelector node is a child of the parentSelector node.
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).
clearAriaAttributes() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Removes all existing aria attributes
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).
clearCssClasses() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Removes all existing css classes
clearDataAttributes() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Removes all existing data attributes
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
Utility method for executing setDimensionMode(DimensionMode.OFF).
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)
clearHrefLang() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Removes the hreflang, i.e executes setHrefLang(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)
clearLang() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Removes the lang, i.e executes setLang(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.
clearPublishingSchedule(Node) - Method in interface senselogic.sitevision.api.versioning.PublishingUtil
Clears the publish and unpublish schedule for a node.
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
Utility method for executing setSourceSetMode(SourceSetMode.OFF).
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
Generates a consent string that can be saved as cookie value for the cookie named SiteCookieUtil.getUserConsentCookieName().
createValue(String) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.STRING with the specified value.
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
Returns a Value object of PropertyType.LONG with the specified value.
createValue(double) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.DOUBLE with the specified value.
createValue(BigDecimal) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.DECIMAL with the specified value.
createValue(boolean) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.BOOLEAN with the specified value.
createValue(Calendar) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.DATE with the specified value.
createValue(InputStream) - Method in interface javax.jcr.ValueFactory
Deprecated.
As of JCR 2.0, ValueFactory.createValue(Binary) should be used instead.
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
Returns a Value object of PropertyType.REFERENCE that holds the identifier of the specified Node.
createValue(Node, boolean) - Method in interface javax.jcr.ValueFactory
Returns a Value object of PropertyType.REFERENCE (if weak is false) or PropertyType.REFERENCE (if weak is true) that holds the identifier of the specified Node.
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
Interface for all credentials that may be passed to the Repository.login(Credentials credentials, String workspaceName) method.
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.

D

DASHBOARD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the dashboard type.
DATA_STORE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the data store repository type.
DATE - Static variable in class javax.jcr.PropertyType
The DATE property type is used to store time and date information.
DATE_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the date field type.
dateFieldToCalendar(String) - Method in interface senselogic.sitevision.api.search.SearchFieldUtil
Deprecated.
Returns the Calendar for a string field that contains a date value generated via Lucene's DateTools class.
dateFieldToDate(String) - Method in interface senselogic.sitevision.api.search.SearchFieldUtil
Deprecated.
Returns the Date for a string field that contains a date value generated via Lucene's DateTools class.
DateUtil - Interface in senselogic.sitevision.api.date
Date utility interface.
deactivateSubscription(Node) - Method in interface senselogic.sitevision.api.subscription.SubscriptionUtil
Deactivates the subscription for the given Node.
debug(String) - Method in interface senselogic.sitevision.api.log.LogUtil
Logs a debug message to the Sitevision server log.
debug(String, Throwable) - Method in interface senselogic.sitevision.api.log.LogUtil
Logs a debug message to the Sitevision server log.
DECIMAL - Static variable in class javax.jcr.PropertyType
The DECIMAL property type is used to store precise decimal numbers.
decodeRSA(String, Node) - Method in interface senselogic.sitevision.api.security.JwtUtil
Validate a JWT token created using a RSA keypair.
decodeSHA(String, String) - Method in interface senselogic.sitevision.api.security.JwtUtil
Validate a JWT token created with SHA and a pre-shared key.
decodeURL(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Decodes a URL safe String into its original form using the default charset.
DECORATION_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the decoration repository type.
DECORATION_TEMPLATE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the decoration template type.
DECORATION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a decoration.
DecorationUtil - Interface in senselogic.sitevision.api.resource
Utility interface for Decorations.
decrementExact(int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the argument decremented by one, throwing an exception if the result overflows an int.
decrementExact(long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the argument decremented by one, throwing an exception if the result overflows a long.
deepEquals(Object[], Object[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns true if the two specified arrays are deeply equal to one another.
deepHashCode(Object[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a hash code based on the "deep contents" of the specified array.
deepToString(Object[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a string representation of the "deep contents" of the specified array.
Default() - Constructor for class javax.jcr.util.TraversingItemVisitor.Default
 
Default(boolean) - Constructor for class javax.jcr.util.TraversingItemVisitor.Default
 
Default(boolean, int) - Constructor for class javax.jcr.util.TraversingItemVisitor.Default
 
DEFAULT_IMAGE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the default image repository type.
DEFAULT_IMAGE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the default image type.
DEFAULT_RESOURCE_PRIORITY - Static variable in interface senselogic.sitevision.api.search.index.IndexingUtil
The default resource priority.
delete(String) - Method in interface senselogic.sitevision.api.script.app.RestAppInvoker
Executes DELETE for a route of the RESTApp.
delete(String, O) - Method in interface senselogic.sitevision.api.script.app.RestAppInvoker
Executes DELETE with options for a route of the RESTApp.
delete(String) - Method in interface senselogic.sitevision.api.script.Requester
Execute a HTTP DELETE.
delete(String, O) - Method in interface senselogic.sitevision.api.script.Requester
Execute a HTTP DELETE with options.
delete(Node, String) - Method in interface senselogic.sitevision.api.script.RestApi
Executes a DELETE endpoint of the REST API.
delete(Node, String, Node) - Method in interface senselogic.sitevision.api.script.RestApi
Executes a DELETE endpoint of the REST API, targeting an instance of the context.
delete(Node, String, Node, O) - Method in interface senselogic.sitevision.api.script.RestApi
Executes a DELETE endpoint of the REST API, targeting an instance of the context.
deleteNodeFromTrashcan(Node) - Method in interface senselogic.sitevision.api.webresource.structure.TrashcanUtil
Deletes a node from the site trashcan.
deleteWorkspace(String) - Method in interface javax.jcr.Workspace
Deletes the workspace with the specified name from the repository, deleting all content within it.
DescendantNode - Interface in javax.jcr.query.qom
Tests whether the selector node is a descendant of a node reachable by absolute path path.
descendantNode(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests whether a node in the specified selector is a descendant of a node reachable by a specified absolute path.
DescendantNodeJoinCondition - Interface in javax.jcr.query.qom
Tests whether the descendantSelector node is a descendant of the ancestorSelector node.
descendantNodeJoinCondition(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests whether a first selector's node is a descendant of a second selector's node.
descending(DynamicOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Orders by the value of the specified operand, in descending order.
DESCRIPTION - Static variable in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
The key/property name to use (by login modules) to set the description property on the node principal.
DeviceUtil - Interface in senselogic.sitevision.api.device
Device utility interface.
digest() - Method in interface senselogic.sitevision.api.security.MessageDigester
Executes the hash computation.
DimensionMode - Enum in senselogic.sitevision.api.render
Dimension rendering mode, determines rendering of the width/max-width and height/max-height css properties.
DIRECTORY_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the directory repository type.
DIRECTORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a LDAP directory.
DirectoryAttributes - Interface in senselogic.sitevision.api.security
Interface exposing directory attributes of an internal directory object.
DirectoryUtil - Interface in senselogic.sitevision.api.security
LDAP directory utility interface.
disjoint(Collection<?>, Collection<?>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns true if the two specified collections have no elements in common.
dispose() - Method in interface javax.jcr.Binary
Releases all resources associated with this Binary object and informs the repository that these resources may now be reclaimed.
doAsDuringLogin(Node, PrivilegedExceptionAction) - Method in interface senselogic.sitevision.api.security.PrincipalUtil
Perform work during the login phase as a specified user.
doConfig(RenderRequest, RenderResponse) - Method in class senselogic.sitevision.api.portlet.GenericConfigPortlet
Renders the portlet configuration form that should be POST:ed using an ActionURL.
DocType - Enum in senselogic.sitevision.api.webresource.doctype
Defines doctypes rendered by Sitevision.
DocTypeUtil - Interface in senselogic.sitevision.api.webresource.doctype
A utility interface for checking what DOCTYPE a page uses.
doDispatch(RenderRequest, RenderResponse) - Method in class senselogic.sitevision.api.portlet.GenericConfigPortlet
This method routes the render requests to the proper rendering method.
doFilter(HttpServletRequest, HttpServletResponse, Map, Map, AuthenticationFilterChain) - Method in interface senselogic.sitevision.api.security.jaas.filter.AuthenticationFilter
A filter that can be used to populate the shared state and/or options for a JAAS login module.
doFilter(HttpServletRequest, HttpServletResponse, Map, AuthenticationFilterChain) - Method in interface senselogic.sitevision.api.security.jaas.filter.AuthenticationFilterChain
A filter chain that can be used to populate the shared state and/or options for a JAAS login module.
done(F) - Method in interface senselogic.sitevision.api.script.RequesterChainable
Invoked when a Requester was successfully executed.
doneMerge(Version) - Method in interface javax.jcr.Node
Deprecated.
doneMerge(String, Version) - Method in interface javax.jcr.version.VersionManager
Completes the merge process with respect to the node at absPath and the specified version.
DOUBLE - Static variable in class javax.jcr.PropertyType
The DOUBLE property type is used to store floating point numbers.
doubleFieldToDouble(String) - Method in interface senselogic.sitevision.api.search.SearchFieldUtil
Deprecated.
Returns the Double for a string field that contains a double value generated to be a sortable search value.
DynamicOperand - Interface in javax.jcr.query.qom
An operand whose value can only be determined in evaluating the query.

E

E - Static variable in interface senselogic.sitevision.api.script.factory.MathInstance
The double value that is closer than any other to e, the base of the natural logarithms.
EMPTY_LIST - Static variable in interface senselogic.sitevision.api.script.factory.CollectionsInstance
The empty list (immutable).
EMPTY_MAP - Static variable in interface senselogic.sitevision.api.script.factory.CollectionsInstance
The empty map (immutable).
EMPTY_SET - Static variable in interface senselogic.sitevision.api.script.factory.CollectionsInstance
The empty set (immutable).
emptyEnumeration() - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an enumeration that has no elements.
emptyIterator() - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an iterator that has no elements.
emptyList() - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns the empty list (immutable).
emptyListIterator() - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a list iterator that has no elements.
emptyMap() - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns the empty map (immutable).
emptyNavigableMap() - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an empty navigable map (immutable).
emptyNavigableSet() - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an empty navigable set (immutable).
emptySet() - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns the empty set (immutable).
emptySortedMap() - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an empty sorted map (immutable).
emptySortedSet() - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an empty sorted set (immutable).
encodeURL(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Encodes a String into its URL safe form using the default charset.
EndecUtil - Interface in senselogic.sitevision.api.text
Utility interface for encoding/decoding ("encode/decode" / "escape/unescape").
entering(Node, int) - Method in class javax.jcr.util.TraversingItemVisitor.Default
 
entering(Property, int) - Method in class javax.jcr.util.TraversingItemVisitor.Default
 
entering(Property, int) - Method in class javax.jcr.util.TraversingItemVisitor
Implement this method to add behavior performed before a Property is visited.
entering(Node, int) - Method in class javax.jcr.util.TraversingItemVisitor
Implement this method to add behavior performed before a Node is visited.
enumeration(Collection<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an enumeration over the specified collection.
equals(long[], long[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns true if the two specified arrays of longs are equal to one another.
equals(int[], int[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns true if the two specified arrays of ints are equal to one another.
equals(short[], short[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns true if the two specified arrays of shorts are equal to one another.
equals(char[], char[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns true if the two specified arrays of chars are equal to one another.
equals(byte[], byte[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns true if the two specified arrays of bytes are equal to one another.
equals(boolean[], boolean[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns true if the two specified arrays of booleans are equal to one another.
equals(double[], double[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns true if the two specified arrays of doubles are equal to one another.
equals(float[], float[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns true if the two specified arrays of floats are equal to one another.
equals(Object[], Object[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns true if the two specified arrays of Objects are equal to one another.
equals(Object) - Method in class senselogic.sitevision.api.security.jaas.credential.AuthTypeCredential
Indicates whether some other object is "equal to" this credential.
equals(Object) - Method in class senselogic.sitevision.api.security.jaas.credential.InetAddressCredential
Indicates whether some other object is "equal to" this credential.
equals(Object) - Method in class senselogic.sitevision.api.security.jaas.credential.PasswordCredential
Indicates whether some other object is "equal to" this credential.
equals(Object) - Method in class senselogic.sitevision.api.security.jaas.credential.VirtualGroupCredential
Indicates whether some other object is "equal to" this credential.
EquiJoinCondition - Interface in javax.jcr.query.qom
Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.
equiJoinCondition(String, String, String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests whether the value of a property in a first selector is equal to the value of a property in a second selector.
error(String) - Method in interface senselogic.sitevision.api.log.LogUtil
Logs an error message to the Sitevision server log.
error(String, Throwable) - Method in interface senselogic.sitevision.api.log.LogUtil
Logs an error message to the Sitevision server log.
escapeIdentifier(String, String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Escapes/encodes an identifier.
escapeJcrName(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Escapes/encodes a jcr name (property name or node name) that might contain illegal characters.
escapeXML(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Escapes/encodes the characters in a String using XML entities.
evaluate(String) - Method in interface senselogic.sitevision.api.render.velocity.VelocityEvaluator
Renders a template that is parsed/evaluated by Velocity.
Event - Interface in javax.jcr.observation
An event fired by the observation mechanism.
EventIterator - Interface in javax.jcr.observation
Allows easy iteration through a list of Events with nextEvent as well as a skip method inherited from RangeIterator.
EventJournal - Interface in javax.jcr.observation
An EventJournal is an extension of EventIterator that provides the additional method EventJournal.skipTo(long).
EventListener - Interface in javax.jcr.observation
An event listener.
EventListenerIterator - Interface in javax.jcr.observation
Allows easy iteration through a list of EventListeners with nextEventListener as well as a skip method inherited from RangeIterator.
EXCEPTION_THROWN_STATUS - Static variable in interface senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy
The status indicating that last method invocation did throw an exception
ExceptionSuppressingCollection - Interface in senselogic.sitevision.api.script.proxy
Decorates the iterator of a collection with a ExceptionSuppressingIterator to ensure exceptions are suppressed for all iterator invocations.
ExceptionSuppressingIterator - Interface in senselogic.sitevision.api.script.proxy
Decorates an iterator with exception suppressing behaviour and returns ExceptionSuppressingProxys in order to ensure that no invocation will throw an exception.
ExceptionSuppressingProxy - Interface in senselogic.sitevision.api.script.proxy
Proxies an object and delegates all interface method invocations to the proxied object in order to ensure that no invocation will throw an exception.
execute() - Method in interface javax.jcr.query.Query
Executes this query and returns a QueryResult object.
exp(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns Euler's number e raised to the power of a double value.
expm1(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns ex -1.
exportDocumentView(String, ContentHandler, boolean, boolean) - Method in interface javax.jcr.Session
Serializes the node (and if noRecurse is false, the whole subgraph) at absPath into a series of SAX events by calling the methods of the supplied org.xml.sax.ContentHandler.
exportDocumentView(String, OutputStream, boolean, boolean) - Method in interface javax.jcr.Session
Serializes the node (and if noRecurse is false, the whole subgraph) at absPath as an XML stream and outputs it to the supplied OutputStream.
exportSystemView(String, ContentHandler, boolean, boolean) - Method in interface javax.jcr.Session
Serializes the node (and if noRecurse is false, the whole subgraph) at absPath into a series of SAX events by calling the methods of the supplied org.xml.sax.ContentHandler.
exportSystemView(String, OutputStream, boolean, boolean) - Method in interface javax.jcr.Session
Serializes the node (and if noRecurse is false, the whole subgraph) at absPath as an XML stream and outputs it to the supplied OutputStream.
ExtendedDismaxParserBuilder - Interface in senselogic.sitevision.api.search.searcher.builder
Builder for creating a multi-field Parser component with specific behaviour.
EXTERNAL_COMMENT_ENTRY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the external comment type.
EXTERNAL_PRINCIPAL_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the external principal repository type.
EXTERNAL_TIMELINE_ENTRY_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the external timeline entry repository type.
EXTERNAL_TOPIC_INTEGRATION_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the external topic integration repository type.
EXTERNAL_TOPIC_INTEGRATION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the external topic integration type.
EXTERNAL_TOPIC_TIMELINE_ENTRY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the external topic timeline entry type.
EXTERNAL_TOPIC_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the external topic type.

F

fail(F) - Method in interface senselogic.sitevision.api.script.RequesterChainable
Invoked when a Requester was unsuccessfully executed.
fieldContains(String, String) - Method in interface senselogic.sitevision.api.search.SearchHit
Checks if the value(-s) for a specified field contains a specific value.
fieldEquals(String, String) - Method in interface senselogic.sitevision.api.search.SearchHit
Checks if the value(-s) for a specified field equals a specific value.
fieldEqualsIgnoreCase(String, String) - Method in interface senselogic.sitevision.api.search.SearchHit
Checks if the value(-s) for a specified field equals a specific value, case-insensitively.
fieldMatches(String, String) - Method in interface senselogic.sitevision.api.search.SearchHit
Checks if the value(-s) for a specified field matches a specified regular expression.
FILE_EXTENSION_ICON_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the file extension icon type.
FILE_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the file field type.
FILE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the file repository type.
FILE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a file.
FileIconRenderer - Interface in senselogic.sitevision.api.render
FileIconRenderer is a stateful utility interface that can be used to render valid xhtml img elements based on the file icons of the website.
FileUtil - Interface in senselogic.sitevision.api.webresource
File utility interface that handles nodes with primary node type sv:file and sv:temporaryFile.
fill(long[], long) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified long value to each element of the specified array of longs.
fill(long[], int, int, long) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified long value to each element of the specified range of the specified array of longs.
fill(int[], int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(short[], short) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified short value to each element of the specified array of shorts.
fill(short[], int, int, short) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified short value to each element of the specified range of the specified array of shorts.
fill(char[], char) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int, char) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(byte[], byte) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(boolean[], boolean) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified boolean value to each element of the specified array of booleans.
fill(boolean[], int, int, boolean) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(double[], double) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(Object[], Object) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified Object reference to each element of the specified array of Objects.
fill(Object[], int, int, Object) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
fill(List<? super T>, T) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Replaces all of the elements of the specified list with the specified element.
Filter<T> - Interface in senselogic.sitevision.api.base
This is the base interface for all filters in the Sitevision Utility API.
Filter - Interface in senselogic.sitevision.api.search.searcher.component
A filter component that defines the filtering behaviour for a Searcher.
FilterBuilder - Interface in senselogic.sitevision.api.search.searcher.builder
Builder for creating a Filter component with specific behaviour.
FILTERED_IMAGE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the filtered image type.
FilterSplit<T> - Interface in senselogic.sitevision.api.base
This is the base interface for all filter splits in the Sitevision Utility API.
findAll(NodeIterator, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeIteratorUtil
Gets a list of all nodes from a node iterator that matches a specified filter.
findFirst(NodeIterator, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeIteratorUtil
Gets the first node from a node iterator that matches a specified filter.
findLayoutByName(Node, String) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
Find a layout with a specific name on a page node.
findLayouts(Node, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
Find all layouts on a page node and applies a node filter to the result.
findLayoutsByName(Node, String) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
Find all layouts with a specific name on a page node.
findLayoutsByName(Node, String, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
Find all layouts with a specific name on a page node and applies a node filter to the result.
findNodes(NodeIterator, Filter<Node>, int) - Method in interface senselogic.sitevision.api.node.NodeIteratorUtil
Gets a max-sized node list from a node iterator that matches a specified filter.
findPortletByName(Node, String) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
Find a portlet with a specific name on a page node.
findPortlets(Node, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
Find all portlets on a page node and applies a node filter to the result.
findPortletsByName(Node, String) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
Find all portlets with a specific name on a page node.
findPortletsByName(Node, String, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
Find all portlets with a specific name on a page node and applies a node filter to the result.
findPortletsByType(Node, String) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
Find all portlets of a specific type on a page node.
findPortletsByType(Node, String, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeTreeUtil
Find all portlets with a specific type on a page node and applies a node filter to the result.
flatten(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
Flattens a multi-lined string to a trimmed single-line string.
floor(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
floorDiv(int, int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the largest (closest to positive infinity) int value that is less than or equal to the algebraic quotient.
floorDiv(long, long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the largest (closest to positive infinity) long value that is less than or equal to the algebraic quotient.
floorMod(int, int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the floor modulus of the int arguments.
floorMod(long, long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the floor modulus of the long arguments.
FOLDER_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a folder.
FolderUtil - Interface in senselogic.sitevision.api.webresource.structure
Folder utility interface that handles nodes with primary node type sv:folder.
followGroup(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
The wrapped user identity follows/eavesdrops a collaboration group.
followLifecycleTransition(String) - Method in interface javax.jcr.Node
Causes the lifecycle state of this node to undergo the specified transition.
FONT_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the font repository type.
FONT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a site font.
FontUtil - Interface in senselogic.sitevision.api.resource
Utility interface for Fonts.
forceDimensionMode() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Utility method for executing setDimensionMode(DimensionMode.ON).
forceOpenNewWindow() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Utility method for executing setOpenNewWindow(true)
forceSourceSetMode() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Utility method for executing setSourceSetMode(SourceSetMode.ON).
forceUseAutoDescription() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Utility method for executing setUseAutoDescription(true)
forceUseAutoTitle() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Utility method for executing setUseAutoTitle(true)
forceUseAutoTitle() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Utility method for executing setUseAutoTitle(true)
forceUseCrossSiteTargetChecking() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Utility method for executing setUseCrossSiteTargetChecking(true)
forceUseDescription() - Method in interface senselogic.sitevision.api.render.FileIconRenderer
Utility method for executing setUseDescription(true), i.e.
forceUseDownload() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Utility method for executing setUseDownload(true)
forceUseEncoding() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Utility method for executing setUseEncoding(true)
forceUseEncoding() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Utility method for executing setUseEncoding(true)
forceUseImageScaler() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Utility method for executing setUseImageScaler(true)
forceUseLargeBuddyIconSize() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
Utility method for executing setBuddyIconSize(BuddyIconSize.LARGE)
forceUseLazyLoad() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Utility method for executing setLazyLoad(true)
forceUseLinkBuddyIcon() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
Utility method for executing setLinkBuddyIcon(true)
forceUseLinkDecorationSettings() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Utility method for executing setUseLinkDecorationSettings(true)
forceUseParameterEncoding() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Utility method for executing setUseParameterEncoding(true)
forceUseResourceDecorationSettings() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Utility method for executing setUseResourceDecorationSettings(true)
forceUseSmallBuddyIconSize() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
Utility method for executing setBuddyIconSize(BuddyIconSize.SMALL)
forceUseSmallIcons() - Method in interface senselogic.sitevision.api.render.FileIconRenderer
Utility method for executing setUseSmallIcons(true), i.e.
forceUseTitleRendering() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Utility method for executing setUseTitleRendering(true)
forceUseXLargeBuddyIconSize() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
Utility method for executing setBuddyIconSize(BuddyIconSize.X_LARGE)
FORM_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the form type.
format(long, String) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Formats a given timestamp.
format(long, String, Locale) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Formats a given timestamp using a specified Locale.
format(Object) - Method in interface senselogic.sitevision.api.format.NumericFormatter
Formats a Object value.
formatCurrent(String) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Formats current timestamp.
formatCurrent(String, Locale) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Formats current timestamp using a specified Locale.
formatDouble(double) - Method in interface senselogic.sitevision.api.format.NumericFormatter
Formats a double value.
formatLong(long) - Method in interface senselogic.sitevision.api.format.NumericFormatter
Formats a long value.
FormatterBuilderFactory - Interface in senselogic.sitevision.api.format
Factory for creating formatter builders.
frequency(Collection<?>, Object) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns the number of elements in the specified collection equal to the specified object.
fromCalendar(Calendar) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Converts a Calendar to a timestamp.
fromCurrencyCode(String) - Method in interface senselogic.sitevision.api.i18n.CurrencyFactory
Gets the Currency instance for a given ISO 4217 Currency Code.
fromDate(Date) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Converts a Date to a timestamp.
fromIdentifier(String) - Method in interface senselogic.sitevision.api.script.app.RestAppInvokerFactory
Creates a RestAppInvoker via the Identifier of a RESTApp or a Headless custom module.
fromInstant(Instant) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Converts a Instant to a timestamp.
fromLocalDateTime(LocalDateTime) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Converts a LocalDateTime to a timestamp (using the system default ZoneId).
fromLocale(Locale) - Method in interface senselogic.sitevision.api.i18n.CurrencyFactory
Gets the Currency instance for a given locale.
fromNode(Node) - Method in interface senselogic.sitevision.api.script.app.RestAppInvokerFactory
Creates a RestAppInvoker via a RESTApp Node or a Headless custom module Node.
fromPath(String) - Method in interface senselogic.sitevision.api.script.app.RestAppInvokerFactory
Creates a RestAppInvoker via the Path of a Headless custom module.
FullTextSearch - Interface in javax.jcr.query.qom
Performs a full-text search.
fullTextSearch(String, String, StaticOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Performs a full-text search against the specified selector.
FullTextSearchScore - Interface in javax.jcr.query.qom
Evaluates to a DOUBLE value equal to the full-text search score of a node.
fullTextSearchScore(String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to a DOUBLE value equal to the full-text search score of a node in the specified selector.

G

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
Get accessor for NodeTypeUtil.ALIAS_TYPE.
getAliasName(Node) - Method in interface senselogic.sitevision.api.alias.AliasUtil
Gets the alias name for a given Node.
getAliasRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
Gets the alias repository (sv:aliasRepository) for the site of current node.
getAliasUtil() - Method in interface senselogic.sitevision.api.Utils
Gets an instance of an alias utility class.
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
This method returns all the frozen nodes of all the versions in this version history in the same order as VersionHistory.getAllLinearVersions().
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
Get accessor for NodeTypeUtil.ARCHIVE_TYPE.
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
Get accessor for NodeTypeUtil.ARTICLE_TYPE.
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
Deprecated.
As of JCR 2.0, VersionManager.getBaseVersion(java.lang.String) should be used instead.
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
getChannelWrapper(Node) - Method in interface senselogic.sitevision.api.message.MessagesFactory
Gets a wrapper for the specified channel.
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 for tracking of clicks on this search hit.
getClickTrackingUri() - Method in interface senselogic.sitevision.api.search.SearchHit
Returns the uri for tracking of clicks on this search hit.
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
Get accessor for NodeTypeUtil.COLOR_TYPE.
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
Get accessor for NodeTypeUtil.COMMENT_TYPE.
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.
getCurrentDashboard() - Method in interface senselogic.sitevision.api.context.PortletContextUtil
Gets current dashboard node (applicable during render of a sv:widgetCustomModule).
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.
getDASHBOARD_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
Get accessor for NodeTypeUtil.DASHBOARD_TYPE.
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
Deprecated.
since Sitevision 3.0
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
Get accessor for NodeTypeUtil.DIRECTORY_TYPE.
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
Get accessor for MathInstance.E.
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
Get accessor for NodeTypeUtil.FILE_TYPE.
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
Get accessor for NodeTypeUtil.FOLDER_TYPE.
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
Get accessor for NodeTypeUtil.FONT_TYPE.
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
Get accessor for NodeTypeUtil.FORM_TYPE.
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
Deprecated.
As of Sitevision 3.0 this method will always return null. Do not use this interface at all, it will be completely removed in future releases of Sitevision.
getHighlightedFragment(String, String, SearchHit, String) - Method in interface senselogic.sitevision.api.search.SearchHighlighter
Deprecated.
As of Sitevision 3.0 this method will always return null. Do not use this interface at all, it will be completely removed in future releases of Sitevision.
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_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
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
Get accessor for NodeTypeUtil.IMAGE_TYPE.
getImageFilterRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
Gets the image filter repository (sv:imageFilterRepository) for the site of current node.
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
Get accessor for NodeTypeUtil.LAYOUT_TYPE.
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
Get accessor for NodeTypeUtil.LINK_TYPE.
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
Deprecated.
As of JCR 2.0, LockManager.getLock(String) should be used instead.
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
Deprecated.
As of JCR 2.0, LockManager.getLockTokens() should be used instead.
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
getMARKETPLACE_WIDGET_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.
getMessagesFactory() - Method in interface senselogic.sitevision.api.Utils
Gets an instance of a messages factory class.
getMessagesPage() - Method in interface senselogic.sitevision.api.resource.LandingPageUtil
Gets the messages page of current site.
getMETADATA_ALTERNATIVE_ITEM_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
getMETADATA_DATE_DEFINITION_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_SYSTEM_IMAGE_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
getMETADATA_SYSTEM_INTEGER_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
getMETADATA_SYSTEM_LINK_DEFINITION_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
getMETADATA_SYSTEM_TEXT_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
Deprecated.
As of Sitevision 10 this type no longer exist
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
Accesses the Node corresponding to a SearchHit.TYPE_INTERNAL hit.
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
Deprecated.
As of JCR 2.0, Session.getNodeByIdentifier(String) should be used instead.
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
Deprecated.
This is a legacy method for really old Velocity templates that uses internal Sitevision objects.
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
Get accessor for VersionUtil.OFFLINE_VERSION.
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
Get accessor for VersionUtil.ONLINE_VERSION.
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
Get accessor for NodeTypeUtil.PAGE_TYPE.
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.
getPermissionCheckBuilder() - Method in interface senselogic.sitevision.api.search.SearchFactory
Gets a PermissionCheckBuilder instance.
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
Get accessor for MathInstance.PI.
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
Get accessor for NodeTypeUtil.PORTLET_TYPE.
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_LAST_UNPUBLISH_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
getPROPERTY_LAST_UNPUBLISH_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.LinkPageUtilConstants
getPROPERTY_LAST_UNPUBLISH_DATE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
getPROPERTY_LAST_UNPUBLISHED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
getPROPERTY_LAST_UNPUBLISHED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.LinkPageUtilConstants
getPROPERTY_LAST_UNPUBLISHED_BY() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
getPROPERTY_LOCALE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.ArticleUtilConstants
Get accessor for ArticleUtil.PROPERTY_LOCALE.
getPROPERTY_LOCALE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
Get accessor for PageUtil.PROPERTY_LOCALE.
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
Get accessor for PageUtil.PROPERTY_SHORTID.
getPROPERTY_TITLE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.PageUtilConstants
Get accessor for PageUtil.PROPERTY_TITLE.
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
getPublishStatus(Node) - Method in interface senselogic.sitevision.api.versioning.PublishingUtil
Gets the publish status of a node.
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
Get accessor for NodeTypeUtil.RATING_TYPE.
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
Get accessor for NodeTypeUtil.RECIPIENT_TYPE.
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
Get accessor for NodeTypeUtil.REST_APP_TYPE.
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
Returns the retention policy that has been set using RetentionManager.setRetentionPolicy(java.lang.String, javax.jcr.retention.RetentionPolicy) on the node at absPath or null if no policy has been set.
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
Get accessor for NodeTypeUtil.ROLE_TYPE.
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
Get accessor for NodeTypeUtil.ROOT_TYPE.
getRootNode() - Method in interface javax.jcr.Session
Returns the root node of the workspace, "/".
getRootNode() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
Gets the JCR Root Node for current Site.
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 Rows 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
Get accessor for NodeTypeUtil.RSS_FEED_TYPE.
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
Deprecated.
since Sitevision 3.0
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
Get accessor for NodeTypeUtil.SITE_PAGE_TYPE.
getSITE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
Get accessor for NodeTypeUtil.SITE_TYPE.
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
Get accessor for SearchResult.STATUS_OK.
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
If this is a Query object that has been stored using Query.storeAsNode(java.lang.String) (regardless of whether it has been saved yet) or retrieved using QueryManager.getQuery(javax.jcr.Node)), then this method returns the path of the nt:query node that stores the query.
getStream() - Method in interface javax.jcr.Binary
Returns an InputStream representation of this value.
getStream() - Method in interface javax.jcr.Property
Deprecated.
As of JCR 2.0, Property.getBinary() should be used instead.
getStream() - Method in interface javax.jcr.Value
Deprecated.
As of JCR 2.0, Value.getBinary() should be used instead.
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
Get accessor for NodeTypeUtil.SUB_QUERY_TYPE.
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
Deprecated.
Exposes server information and will therefore be removed in future releases of Sitevision
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
Get accessor for NodeTypeUtil.TAG_GROUP_TYPE.
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
Get accessor for NodeTypeUtil.TAG_TYPE.
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
Get accessor for NodeTypeUtil.TEMPLATE_TYPE.
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
Get accessor for NodeTypeUtil.TEMPORARY_TYPE.
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
Get accessor for NodeTypeUtil.TOPIC_TYPE.
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
Get accessor for NodeTypeUtil.TRASHCAN_TYPE.
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
Get accessor for SearchHit.TYPE_EXTERNAL.
getTYPE_INTERNAL() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.SearchHitConstants
Get accessor for SearchHit.TYPE_INTERNAL.
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
Get accessor for NodeTypeUtil.USER_TYPE.
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
Returns the user data set through ObservationManager.setUserData(java.lang.String) on the ObservationManager bound to the Session that caused the 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
Deprecated.
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
Deprecated.
As of JCR 2.0, Node.getIdentifier() should be used instead.
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
Returns an array of all the values in the same order as the column names returned by QueryResult.getColumnNames().
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
Deprecated.
As of JCR 2.0, VersionHistory.getVersionableIdentifier() should be used instead.
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
Deprecated.
As of JCR 2.0, VersionManager.getVersionHistory(java.lang.String) should be used instead.
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
Get accessor for NodeTypeUtil.VFS_FILE_TYPE.
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
Get accessor for NodeTypeUtil.VFS_MOUNT_TYPE.
getVIEW_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
Get accessor for NodeTypeUtil.VIEW_TYPE.
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
Get accessor for NodeTypeUtil.WEB_APP_TYPE.
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.
getWIDGET_CUSTOM_MODULE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
getWidth() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer.BuddyIconInfo
The width of current buddy icon.
getWORK_STATUS_TEMPLATE_REPOSITORY_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
getWORK_STATUS_TEMPLATE_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
getWORK_STATUS_TYPE() - Method in interface senselogic.sitevision.api.render.velocity.VelocityAccess.NodeTypeUtilConstants
getWorkspace() - Method in interface javax.jcr.Session
Returns the Workspace attached to this Session.
getWorkStatusTemplateRepository() - Method in interface senselogic.sitevision.api.resource.ResourceLocatorUtil
Gets the work status template repository (sv:workStatusTemplateRepository) for the site of current node.
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.

H

handleElement(XmlElement) - Method in interface senselogic.sitevision.api.xml.XmlElementHandler
Called when a element matching the selection has been parsed.
hasAnonymousReadPermission() - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a non-authenticated user has read permission on current page.
hasAnonymousReadPermission(Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a non-authenticated user has read permission on a certain tree node.
hasCapability(String, Object, Object[]) - Method in interface javax.jcr.Session
Checks whether an operation can be performed given as much context as can be determined by the repository, including: Permissions granted to the current user, including access control privileges.
hasCreateArchivePermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has create archive permission on a certain page tree node.
hasCreateArticlePermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has create article permission on a certain page tree node.
hasCreateFolderPermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has create folder permission on a certain tree node.
hasCreatePagePermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has create page permission on a certain page tree node.
hasDeletePermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has delete permission on a certain tree node.
hasEffectiveDeletePermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has effective delete permission on a certain tree node.
hasEffectivePublishPermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has effective publish permission on a certain page tree node.
hasEffectiveWritePermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has effective write permission on a certain tree node.
hasElement(String) - Method in interface senselogic.sitevision.api.xml.XmlElement
Check if a sub element with a specific name is available in the element.
hashCode(long[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a hash code based on the contents of the specified array.
hashCode(int[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a hash code based on the contents of the specified array.
hashCode(short[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a hash code based on the contents of the specified array.
hashCode(char[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a hash code based on the contents of the specified array.
hashCode(byte[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a hash code based on the contents of the specified array.
hashCode(boolean[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a hash code based on the contents of the specified array.
hashCode(float[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a hash code based on the contents of the specified array.
hashCode(double[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a hash code based on the contents of the specified array.
hashCode(Object[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a hash code based on the contents of the specified array.
hashCode() - Method in class senselogic.sitevision.api.security.jaas.credential.AuthTypeCredential
Gets the hash code for this credential.
hashCode() - Method in class senselogic.sitevision.api.security.jaas.credential.InetAddressCredential
Gets the hash code for this credential.
hashCode() - Method in class senselogic.sitevision.api.security.jaas.credential.PasswordCredential
Gets the hash code for this credential.
hashCode() - Method in class senselogic.sitevision.api.security.jaas.credential.VirtualGroupCredential
Returns the hash code value for the object.
hasHits() - Method in interface senselogic.sitevision.api.search.SearchResult
Whether the search result contains hits or not.
hasNext() - Method in interface senselogic.sitevision.api.script.proxy.ExceptionSuppressingIterator
Returns true if decorated iterator has more elements.
hasNode(String) - Method in interface javax.jcr.Node
Indicates whether a node exists at relPath Returns true if a node accessible through the current Session exists at relPath and false otherwise.
hasNodes() - Method in interface javax.jcr.Node
Indicates whether this node has child nodes.
hasNodeType(String) - Method in interface javax.jcr.nodetype.NodeTypeManager
Returns true if a node type with the specified name is registered.
hasOrderableChildNodes() - Method in interface javax.jcr.nodetype.NodeTypeDefinition
Returns true if nodes of this type must support orderable child nodes; returns false otherwise.
hasPendingChanges() - Method in interface javax.jcr.Session
Returns true if this session holds pending (that is, unsaved) changes; otherwise returns false.
hasPendingUserConsents() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
Whether or not current user has explicitly accepted/rejected all "user selectable" site cookies.
hasPermission(String, String) - Method in interface javax.jcr.Session
Returns true if this Session has permission to perform the specified actions at the specified absPath and false otherwise.
hasPermission(PermissionUtil.Permission) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if current user has a certain permission on current page.
hasPermission(Node, PermissionUtil.Permission) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if current user has certain permission on a certain tree node.
hasPermission(Node, Node, PermissionUtil.Permission) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has a certain permission on a certain tree node.
hasPermissions(PermissionUtil.Permission...) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if current user has certain permissions on current page.
hasPermissions(Node, PermissionUtil.Permission...) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if current user has certain permissions on a certain tree node.
hasPermissions(Node, Node, PermissionUtil.Permission...) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has certain permissions on a certain tree node.
hasPrivileges(String, Privilege[]) - Method in interface javax.jcr.security.AccessControlManager
Returns whether the session has the specified privileges for absolute path absPath, which must be an existing node.
hasProperties() - Method in interface javax.jcr.Node
Indicates whether this node has properties.
hasProperty(String) - Method in interface javax.jcr.Node
Indicates whether a property exists at relPath Returns true if a property accessible through the current Session exists at relPath and false otherwise.
hasPublishPermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has publish permission on a certain page tree node.
hasReadPermission() - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if current user has read permission on current page.
hasReadPermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has read permission on a certain tree node.
hasUserConsentCookie() - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
Whether or not current user has a consent cookie.
hasVersionLabel(String) - Method in interface javax.jcr.version.VersionHistory
Returns true if any version in the history has the given label.
hasVersionLabel(Version, String) - Method in interface javax.jcr.version.VersionHistory
Returns true if the given version has the given label.
hasWritePermission() - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if current user has write permission on current page.
hasWritePermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has write permission on a certain tree node.
hasWriteSubscriptionPermission(Node, Node) - Method in interface senselogic.sitevision.api.security.PermissionUtil
Checks if a certain user has write subscription permission on a certain page tree node.
head(String) - Method in interface senselogic.sitevision.api.script.Requester
Execute a HTTP HEAD.
head(String, O) - Method in interface senselogic.sitevision.api.script.Requester
Execute a HTTP HEAD with options.
HEADLESS_CUSTOM_MODULE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the headless custom module type.
Highlight - Interface in senselogic.sitevision.api.search.searcher.component
A highlight component that defines the highlighting behaviour for a Searcher.
HighlightBuilder - Interface in senselogic.sitevision.api.search.searcher.builder
Builder for creating a Highlight component with specific behaviour.
Hold - Interface in javax.jcr.retention
Hold represents a hold that can be applied to an existing node in order to prevent the node from being modified or removed.
holdsLock(String) - Method in interface javax.jcr.lock.LockManager
Returns true if the node at absPath holds a lock; otherwise returns false.
holdsLock() - Method in interface javax.jcr.Node
Deprecated.
As of JCR 2.0, LockManager.holdsLock(String) should be used instead.
hypot(double, double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns sqrt(x2 +y2) without intermediate overflow or underflow.

I

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_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the image filter repository type.
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 html 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
Type of default index, used by IndexUtil.
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
Exception thrown by the write methods of Node and Property and by Session.save() and Session.refresh(boolean) if an attempted change would conflict with a change to the persistent workspace made through another Session.
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
Deprecated.
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.
isAnyMetadataDefinitionType(Node) - Method in interface senselogic.sitevision.api.node.NodeTypeUtil
Convenience method that checks if a node is of "Metadata definition 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
Whether or not current user is allowed to RoleAssignment.apply(Node) or RoleAssignment.revoke(Node) this role assignment for a given node.
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
Deprecated.
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.
isFontType(String) - Method in interface senselogic.sitevision.api.webresource.mime.MimeTypeUtil
Checks if a specified file extension is a font type (according to its mapped MIME type).
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
Deprecated.
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
Deprecated.
As of Sitevision 10 the parameter aPageNode is no longer used
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
Deprecated.
As of Sitevision 10 this method always returns false
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
Deprecated.
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
The Item is the base interface of Node and Property.
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
Exception thrown by methods of Item, Node and Workspace when an item is not found.
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.

J

javax.jcr - package javax.jcr
Provides interfaces and classes for the Content Repository for Java Technology.
javax.jcr.lock - package javax.jcr.lock
Provides interfaces and classes for content repository locking functionality.
javax.jcr.nodetype - package javax.jcr.nodetype
This package provides interfaces and classes for content repository node type functionality.
javax.jcr.observation - package javax.jcr.observation
Provides interfaces and classes for content repository event observation functionality.
javax.jcr.query - package javax.jcr.query
Provides interfaces and classes for content repository searching functionality.
javax.jcr.query.qom - package javax.jcr.query.qom
Provides interfaces and classes for content repository Query Object Model.
javax.jcr.retention - package javax.jcr.retention
Provides interfaces and classes for content repository retention management functionality.
javax.jcr.security - package javax.jcr.security
Provides interfaces and classes for content repository access control management functionality.
javax.jcr.util - package javax.jcr.util
Provides utility classes for the content repository API.
javax.jcr.version - package javax.jcr.version
Provides interfaces and classes for content repository versioning functionality.
JCR_ACTIVITY - Static variable in interface javax.jcr.Property
A constant for the property name jcr:activity (in expanded form), declared in node types mix:versionable and nt:version.
JCR_ADD_CHILD_NODES - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:addChildNodes (in expanded form), the privilege to create child nodes of a node.
JCR_ALL - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:all (in expanded form), an aggregate privilege that contains all predefined privileges.
JCR_AUTOCREATED - Static variable in interface javax.jcr.Property
A constant for the property name jcr:autoCreated (in expanded form), declared in node types nt:propertyDefinition and nt:childNodeDefinition.
JCR_BASE_VERSION - Static variable in interface javax.jcr.Property
A constant for the property name jcr:baseVersion (in expanded form), declared in node type mix:versionable.
JCR_CHILD_NODE_DEFINITION - Static variable in interface javax.jcr.Node
A constant for the node name jcr:childNodeDefinition declared in nt:nodeType.
JCR_CHILD_VERSION_HISTORY - Static variable in interface javax.jcr.Property
A constant for the property name jcr:childVersionHistory (in expanded form), declared in node type nt:versionedChild.
JCR_CONFIGURATION - Static variable in interface javax.jcr.Property
A constant for the property name jcr:configuration (in expanded form), declared in node type mix:versionable.
JCR_CONTENT - Static variable in interface javax.jcr.Node
A constant for the JCR name jcr:content.
JCR_CONTENT - Static variable in interface javax.jcr.Property
A constant for the property name jcr:content (in expanded form), declared in node type nt:linkedFile.
JCR_COPIED_FROM - Static variable in interface javax.jcr.Property
A constant for the property name jcr:copiedFrom (in expanded form), declared in node type nt:version.
JCR_CREATED - Static variable in interface javax.jcr.Property
A constant for the property name jcr:created (in expanded form), declared in node types mix:created and nt:version.
JCR_CREATED_BY - Static variable in interface javax.jcr.Property
A constant for the property name jcr:createdBy (in expanded form), declared in node type mix:created.
JCR_CURRENT_LIFECYCLE_STATE - Static variable in interface javax.jcr.Property
A constant for the property name jcr:currentLifecycleState (in expanded form), declared in node type mix:lifecycle.
JCR_DATA - Static variable in interface javax.jcr.Property
A constant for the property name jcr:data (in expanded form), declared in node type nt:resource.
JCR_DEFAULT_PRIMARY_TYPE - Static variable in interface javax.jcr.Property
A constant for the property name jcr:defaultPrimaryType (in expanded form), declared in node type nt:childNodeDefinition.
JCR_DEFAULT_VALUES - Static variable in interface javax.jcr.Property
A constant for the property name jcr:defaultValues (in expanded form), declared in node type nt:propertyDefinition.
JCR_DESCRIPTION - Static variable in interface javax.jcr.Property
A constant for the property name jcr:description (in expanded form), declared in node type mix:title.
JCR_ENCODING - Static variable in interface javax.jcr.Property
A constant for the property name jcr:encoding (in expanded form), declared in node type mix:mimeType.
JCR_FROZEN_MIXIN_TYPES - Static variable in interface javax.jcr.Property
A constant for the property name jcr:frozenMixinTypes (in expanded form), declared in node type nt:frozenNode.
JCR_FROZEN_NODE - Static variable in interface javax.jcr.Node
A constant for the node name jcr:frozenNode declared in nt:version.
JCR_FROZEN_PRIMARY_TYPE - Static variable in interface javax.jcr.Property
A constant for the property name jcr:frozenPrimaryType (in expanded form), declared in node type nt:frozenNode.
JCR_FROZEN_UUID - Static variable in interface javax.jcr.Property
A constant for the property name jcr:frozenUuid (in expanded form), declared in node type nt:frozenNode.
JCR_HAS_ORDERABLE_CHILD_NODES - Static variable in interface javax.jcr.Property
A constant for the property name jcr:hasOrderableChildNodes (in expanded form), declared in node type nt:nodeType.
JCR_HOST - Static variable in interface javax.jcr.Property
A constant for the property name jcr:host (in expanded form), declared in node type nt:address.
JCR_ID - Static variable in interface javax.jcr.Property
A constant for the property name jcr:id (in expanded form), declared in node type nt:address.
JCR_IS_ABSTRACT - Static variable in interface javax.jcr.Property
A constant for the property name jcr:isAbstract (in expanded form), declared in node type nt:nodeType.
JCR_IS_CHECKED_OUT - Static variable in interface javax.jcr.Property
A constant for the property name jcr:isCheckedOut (in expanded form), declared in node type mix:simpleVersionable.
JCR_IS_MIXIN - Static variable in interface javax.jcr.Property
A constant for the property name jcr:isMixin (in expanded form), declared in node type nt:nodeType.
JCR_JOIN_TYPE_INNER - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
An inner join.
JCR_JOIN_TYPE_LEFT_OUTER - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
A left-outer join.
JCR_JOIN_TYPE_RIGHT_OUTER - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
A right-outer join.
JCR_JQOM - Static variable in interface javax.jcr.query.Query
A string constant representing the JCR-JQOM query language.
JCR_LANGUAGE - Static variable in interface javax.jcr.Property
A constant for the property name jcr:language (in expanded form), declared in node types mix:language and nt:query.
JCR_LAST_MODIFIED - Static variable in interface javax.jcr.Property
A constant for the property name jcr:lastModified (in expanded form), declared in node type mix:lastModified.
JCR_LAST_MODIFIED_BY - Static variable in interface javax.jcr.Property
A constant for the property name jcr:lastModifiedBy (in expanded form), declared in node type mix:lastModified.
JCR_LIFECYCLE_MANAGEMENT - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:lifecycleManagement (in expanded form), the privilege to perform lifecycle operations on a node.
JCR_LIFECYCLE_POLICY - Static variable in interface javax.jcr.Property
A constant for the property name jcr:lifecyclePolicy (in expanded form), declared in node type mix:lifecycle.
JCR_LOCK_IS_DEEP - Static variable in interface javax.jcr.Property
A constant for the property name jcr:lockIsDeep (in expanded form), declared in node type mix:lockable.
JCR_LOCK_MANAGEMENT - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:lockManagement (in expanded form), the privilege to lock and unlock a node.
JCR_LOCK_OWNER - Static variable in interface javax.jcr.Property
A constant for the property name jcr:lockOwner (in expanded form), declared in node type mix:lockable.
JCR_MANDATORY - Static variable in interface javax.jcr.Property
A constant for the property name jcr:mandatory (in expanded form), declared in node types nt:propertyDefinition and nt:childNodeDefinition.
JCR_MERGE_FAILED - Static variable in interface javax.jcr.Property
A constant for the property name jcr:mergeFailed (in expanded form), declared in node type mix:versionable.
JCR_MIMETYPE - Static variable in interface javax.jcr.Property
A constant for the property name jcr:mimeType (in expanded form), declared in node type mix:mimeType.
JCR_MIXIN_TYPES - Static variable in interface javax.jcr.Property
A constant for the property name jcr:mixinTypes (in expanded form), declared in node type nt:base.
JCR_MODIFY_ACCESS_CONTROL - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:modifyAccessControl (in expanded form), the privilege to modify the access control policies of a node.
JCR_MODIFY_PROPERTIES - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:modifyProperties (in expanded form), the privilege to create, modify and remove the properties of a node.
JCR_MULTIPLE - Static variable in interface javax.jcr.Property
A constant for the property name jcr:multiple (in expanded form), declared in node type nt:propertyDefinition.
JCR_NAME - Static variable in interface javax.jcr.Property
A constant for the property name jcr:name (in expanded form), declared in node types nt:propertyDefinition and nt:childNodeDefinition.
JCR_NODE_TYPE_MANAGEMENT - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:nodeTypeManagement (in expanded form), the privilege to add and remove mixin node types and change the primary node type of a node.
JCR_NODE_TYPE_NAME - Static variable in interface javax.jcr.Property
A constant for the property name jcr:nodeTypeName (in expanded form), declared in node type nt:nodeType.
JCR_ON_PARENT_VERSION - Static variable in interface javax.jcr.Property
A constant for the property name jcr:onParentVersion (in expanded form), declared in node types nt:propertyDefinition and nt:childNodeDefinition.
JCR_OPERATOR_EQUAL_TO - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
The "=" comparison operator.
JCR_OPERATOR_GREATER_THAN - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
The ">" comparison operator.
JCR_OPERATOR_GREATER_THAN_OR_EQUAL_TO - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
The ">=" comparison operator.
JCR_OPERATOR_LESS_THAN - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
The "<" comparison operator.
JCR_OPERATOR_LESS_THAN_OR_EQUAL_TO - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
The "<=" comparison operator.
JCR_OPERATOR_LIKE - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
The "like" comparison operator.
JCR_OPERATOR_NOT_EQUAL_TO - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
The "!
JCR_ORDER_ASCENDING - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
Ascending order.
JCR_ORDER_DESCENDING - Static variable in interface javax.jcr.query.qom.QueryObjectModelConstants
Descending order.
JCR_PATH - Static variable in interface javax.jcr.Property
A constant for the property name jcr:path (in expanded form), declared in node type nt:address.
JCR_PORT - Static variable in interface javax.jcr.Property
A constant for the property name jcr:port (in expanded form), declared in node type nt:address.
JCR_PREDECESSORS - Static variable in interface javax.jcr.Property
A constant for the property name jcr:predecessors (in expanded form), declared in node types mix:versionable and nt:version.
JCR_PRIMARY_ITEM_NAME - Static variable in interface javax.jcr.Property
A constant for the property name jcr:primaryItemName (in expanded form), declared in node type nt:nodeType.
JCR_PRIMARY_TYPE - Static variable in interface javax.jcr.Property
A constant for the property name jcr:primaryType (in expanded form), declared in node type nt:base.
JCR_PROPERTY_DEFINITION - Static variable in interface javax.jcr.Node
A constant for the node name jcr:propertyDefinition declared in nt:nodeType.
JCR_PROTECTED - Static variable in interface javax.jcr.Property
A constant for the property name jcr:protected (in expanded form), declared in node types nt:propertyDefinition and nt:childNodeDefinition.
JCR_PROTOCOL - Static variable in interface javax.jcr.Property
A constant for the property name jcr:protocol (in expanded form), declared in node type nt:address.
JCR_READ - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:read (in expanded form), the privilege to retrieve a node and get its properties and their values.
JCR_READ_ACCESS_CONTROL - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:readAccessControl (in expanded form), the privilege to get the access control policy of a node.
JCR_REMOVE_CHILD_NODES - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:removeChildNodes (in expanded form), the privilege to remove child nodes of a node.
JCR_REMOVE_NODE - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:removeNode (in expanded form), the privilege to remove a node.
JCR_REPOSITORY - Static variable in interface javax.jcr.Property
A constant for the property name jcr:repository (in expanded form), declared in node type nt:address.
JCR_REQUIRED_PRIMARY_TYPES - Static variable in interface javax.jcr.Property
A constant for the property name jcr:requiredPrimaryTypes (in expanded form), declared in node type nt:childNodeDefinition.
JCR_REQUIRED_TYPE - Static variable in interface javax.jcr.Property
A constant for the property name jcr:requiredType (in expanded form), declared in node type nt:propertyDefinition.
JCR_RETENTION_MANAGEMENT - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:retentionManagement (in expanded form), the privilege to perform retention management operations on a node.
JCR_ROOT - Static variable in interface javax.jcr.Property
A constant for the property name jcr:root (in expanded form), declared in node type nt:configuration.
JCR_ROOT_VERSION - Static variable in interface javax.jcr.Node
A constant for the node name jcr:rootVersion declared in nt:versionHistory.
JCR_SAME_NAME_SIBLINGS - Static variable in interface javax.jcr.Property
A constant for the property name jcr:sameNameSiblings (in expanded form), declared in node type nt:childNodeDefinition.
JCR_SQL2 - Static variable in interface javax.jcr.query.Query
A string constant representing the JCR-SQL2 query language.
JCR_STATEMENT - Static variable in interface javax.jcr.Property
A constant for the property name jcr:statement (in expanded form), declared in node type nt:query.
JCR_SUCCESSORS - Static variable in interface javax.jcr.Property
A constant for the property name jcr:successors (in expanded form), declared in node type nt:versione.
JCR_SUPERTYPES - Static variable in interface javax.jcr.Property
A constant for the property name jcr:supertypes (in expanded form), declared in node type nt:nodeType.
JCR_TITLE - Static variable in interface javax.jcr.Property
A constant for the property name jcr:title (in expanded form), declared in node types mix:title and nt:activity.
JCR_UUID - Static variable in interface javax.jcr.Property
A constant for the property name jcr:uuid (in expanded form), declared in node type mix:referenceable.
JCR_VALUE_CONSTRAINTS - Static variable in interface javax.jcr.Property
A constant for the property name jcr:valueConstraints (in expanded form), declared in node type nt:propertyDefinition.
JCR_VERSION_HISTORY - Static variable in interface javax.jcr.Property
A constant for the property name jcr:versionHistory (in expanded form), declared in node type mix:versionable.
JCR_VERSION_LABELS - Static variable in interface javax.jcr.Node
A constant for the node name jcr:versionLabels declared in nt:versionHistory.
JCR_VERSION_MANAGEMENT - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:versionManagement (in expanded form), the privilege to perform versioning operations on a node.
JCR_VERSIONABLE_UUID - Static variable in interface javax.jcr.Property
A constant for the property name jcr:versionableUuid (in expanded form), declared in node type nt:version.
JCR_WORKSPACE - Static variable in interface javax.jcr.Property
A constant for the property name jcr:workspace (in expanded form), declared in node type nt:address.
JCR_WRITE - Static variable in interface javax.jcr.security.Privilege
A constant representing jcr:write (in expanded form), an aggregate privilege that contains: jcr:modifyProperties jcr:addChildNodes jcr:removeNode jcr:removeChildNodes
Join - Interface in javax.jcr.query.qom
Performs a join between two node-tuple sources.
join(Source, Source, String, JoinCondition) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Performs a join between two node-tuple sources.
joinArray(Object[], String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
Joins the elements of an array to a single String.
joinCollection(Collection, String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
Joins the items of a Collection to a single String.
JoinCondition - Interface in javax.jcr.query.qom
Filters the set of node-tuples formed from a join.
joinGroup(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
The wrapped user identity joins a collaboration group.
JwtException - Exception in senselogic.sitevision.api.security
Runtime exception thrown when creating or validating JWT tokens fails.
JwtException(String) - Constructor for exception senselogic.sitevision.api.security.JwtException
 
JwtUtil<O> - Interface in senselogic.sitevision.api.security
JSON Web Token (JWT) utilities.

K

KEY_VALUE_DATA_STORE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the key/value data store type.

L

LabelExistsVersionException - Exception in javax.jcr.version
Exception thrown by VersionHistory.addVersionLabel if moveLabel is set to false and an attempt is made to add a label that already exists in the VersionHistory.
LabelExistsVersionException() - Constructor for exception javax.jcr.version.LabelExistsVersionException
Constructs a new instance of this class with null as its detail message.
LabelExistsVersionException(String) - Constructor for exception javax.jcr.version.LabelExistsVersionException
Constructs a new instance of this class with the specified detail message.
LabelExistsVersionException(String, Throwable) - Constructor for exception javax.jcr.version.LabelExistsVersionException
Constructs a new instance of this class with the specified detail message and root cause.
LabelExistsVersionException(Throwable) - Constructor for exception javax.jcr.version.LabelExistsVersionException
Constructs a new instance of this class with the specified root cause.
LandingPageUtil - Interface in senselogic.sitevision.api.resource
Utility interface for getting landing pages.
lastIndexOfSubList(List<?>, List<?>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns the starting position of the last occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
LAYOUT_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the layout repository type.
LAYOUT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a layout.
leaveGroup(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
The wrapped user identity leaves a collaboration group.
leaving(Node, int) - Method in class javax.jcr.util.TraversingItemVisitor.Default
 
leaving(Property, int) - Method in class javax.jcr.util.TraversingItemVisitor.Default
 
leaving(Property, int) - Method in class javax.jcr.util.TraversingItemVisitor
Implement this method to add behavior performed after a Property is visited.
leaving(Node, int) - Method in class javax.jcr.util.TraversingItemVisitor
Implement this method to add behavior performed after a Node is visited.
Length - Interface in javax.jcr.query.qom
Evaluates to the length (or lengths, if multi-valued) of a property.
length(PropertyValue) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to the length (or lengths, if multi-valued) of a property.
LEVEL_1_SUPPORTED - Static variable in interface javax.jcr.Repository
Deprecated.
As of JCR 2.0.
LEVEL_2_SUPPORTED - Static variable in interface javax.jcr.Repository
Deprecated.
As of JCR 2.0.
LINK_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a link.
LINKED_LAYOUT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a linked layout.
LinkPageUtil - Interface in senselogic.sitevision.api.webresource
Link page utility interface that handles nodes in the page tree with primary node type sv:link.
LinkRenderer - Interface in senselogic.sitevision.api.render
LinkRenderer is a stateful utility interface that can be used to build valid html text links that uses link icons according to the website settings.
LinkTarget - Interface in senselogic.sitevision.api.webresource
A temporary representation of a link target.
LinkTargetBuilder - Interface in senselogic.sitevision.api.webresource.builder
Builder to create link target instances that can be used to create and update a Link page via LinkPageUtil.
LinkValue - Interface in senselogic.sitevision.api.metadata.value
A temporary representation of a link metadata value.
LinkValueBuilder - Interface in senselogic.sitevision.api.metadata.builder
Builder to create LinkValue instances that can be used to set link metadata.
list(Enumeration<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an array list containing the elements returned by the specified enumeration in the order they are returned by the enumeration.
LIST_STYLE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the list style repository type.
LIST_STYLE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the list style type.
ListWrapper - Interface in senselogic.sitevision.api.script.factory
An convenience java.util.List wrapper that delegates method calls to the wrapped list.
Literal - Interface in javax.jcr.query.qom
Evaluates to a literal value.
literal(Value) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to a literal value.
load(String) - Method in interface senselogic.sitevision.api.base.Loadable
Loads a resource that is identified with a specific name.
Loadable<T> - Interface in senselogic.sitevision.api.base
A functional interface for loading resources.
loadDefaultIconByContentType(String) - Method in interface senselogic.sitevision.api.render.FileIconRenderer
Uses a content type to load the fallback icon that should be used when rendering if no icon is loaded.
loadDefaultIconByFileExtension(String) - Method in interface senselogic.sitevision.api.render.FileIconRenderer
Uses a file extension to load the fallback icon that should be used when rendering if no icon is loaded.
loadDefaultIconByURI(String) - Method in interface senselogic.sitevision.api.render.FileIconRenderer
Uses a URI to load the fallback icon that should be used when rendering if no icon is loaded.
loadIconByContentType(String) - Method in interface senselogic.sitevision.api.render.FileIconRenderer
Uses a content type to load the icon that should be rendered.
loadIconByFileExtension(String) - Method in interface senselogic.sitevision.api.render.FileIconRenderer
Uses a URI to load the icon that should be rendered.
loadIconByURI(String) - Method in interface senselogic.sitevision.api.render.FileIconRenderer
Uses a URI to load the icon that should be rendered.
LOCAL_COLOR_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the local color type.
LOCAL_FILE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the local file repository type.
LOCAL_IMAGE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the local image repository type.
localeFieldToLocale(String) - Method in interface senselogic.sitevision.api.search.SearchFieldUtil
Deprecated.
LocaleUtil - Interface in senselogic.sitevision.api.i18n
Locale utility interface.
Lock - Interface in javax.jcr.lock
Represents a lock placed on an item.
lock(String, boolean, boolean, long, String) - Method in interface javax.jcr.lock.LockManager
Places a lock on the node at absPath.
lock(boolean, boolean) - Method in interface javax.jcr.Node
Deprecated.
As of JCR 2.0, LockManager.lock(String, boolean, boolean, long, String) should be used instead.
LockException - Exception in javax.jcr.lock
Exception thrown by when a lock-related error occurs.
LockException() - Constructor for exception javax.jcr.lock.LockException
Constructs a new instance of this class.
LockException(String) - Constructor for exception javax.jcr.lock.LockException
Constructs a new instance of this class with the specified detail message.
LockException(Throwable) - Constructor for exception javax.jcr.lock.LockException
Constructs a new instance of this class with the specified root cause.
LockException(String, Throwable) - Constructor for exception javax.jcr.lock.LockException
Constructs a new instance of this class with the specified detail message and root cause.
LockException(String, Throwable, String) - Constructor for exception javax.jcr.lock.LockException
Constructs a new instance of this class with the specified detail message, root cause and failure node path.
LockManager - Interface in javax.jcr.lock
This interface encapsulates methods for the management of locks.
log(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the natural logarithm (base e) of a double value.
log10(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the base 10 logarithm of a double value.
log1p(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the natural logarithm of the sum of the argument and 1.
login(Credentials, String) - Method in interface javax.jcr.Repository
Authenticates the user using the supplied credentials.
login(Credentials) - Method in interface javax.jcr.Repository
Equivalent to login(credentials, null).
login(String) - Method in interface javax.jcr.Repository
Equivalent to login(null, workspaceName).
login() - Method in interface javax.jcr.Repository
Equivalent to login(null, null).
login(HttpServletRequest, Map<String, String>) - Method in interface senselogic.sitevision.api.security.AuthenticationUtil
Authenticates a user based on a shared state map.
login(HttpServletRequest, String, String) - Method in interface senselogic.sitevision.api.security.AuthenticationUtil
Authenticates a user based on username and password.
login(PortletRequest, Map<String, String>) - Method in interface senselogic.sitevision.api.security.AuthenticationUtil
Authenticates a user based on a shared state map.
login(PortletRequest, String, String) - Method in interface senselogic.sitevision.api.security.AuthenticationUtil
Authenticates a user based on username and password.
LoginException - Exception in javax.jcr
Exception thrown by Repository.login(Credentials, String) and Session.impersonate(Credentials) if the specified credentials are invalid.
LoginException() - Constructor for exception javax.jcr.LoginException
Constructs a new instance of this class with null as its detail message.
LoginException(String) - Constructor for exception javax.jcr.LoginException
Constructs a new instance of this class with the specified detail message.
LoginException(String, Throwable) - Constructor for exception javax.jcr.LoginException
Constructs a new instance of this class with the specified detail message and root cause.
LoginException(Throwable) - Constructor for exception javax.jcr.LoginException
Constructs a new instance of this class with the specified root cause.
logout() - Method in interface javax.jcr.Session
Releases all resources associated with this Session.
logout(HttpServletRequest, boolean) - Method in interface senselogic.sitevision.api.security.AuthenticationUtil
Logout current user based on a HttpServletRequest.
logout(PortletRequest, boolean) - Method in interface senselogic.sitevision.api.security.AuthenticationUtil
Logout current user based on a PortletRequest.
LogUtil - Interface in senselogic.sitevision.api.log
Logging utility class for simple logging to the Sitevision server log.
LONG - Static variable in class javax.jcr.PropertyType
The LONG property type is used to store integers.
longFieldToLong(String) - Method in interface senselogic.sitevision.api.search.SearchFieldUtil
Deprecated.
Returns the Long for a string field that contains a long value generated via Lucene's NumberTools class.
LowerCase - Interface in javax.jcr.query.qom
Evaluates to the lower-case string value (or values, if multi-valued) of operand.
lowerCase(DynamicOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to the lower-case string value (or values, if multi-valued) of an operand.

M

Mail - Interface in senselogic.sitevision.api.mail
Mail to be sent.
MAIL - Static variable in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
The key/property name to use (by login modules) to set the mail property on the node principal.
MailBuilder - Interface in senselogic.sitevision.api.mail
Builder to create a Mail instances that can be sent.
MailUtil - Interface in senselogic.sitevision.api.mail
Mail utility interface.
MARKETPLACE_CUSTOM_MODULE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the Marketplace custom module type.
MARKETPLACE_HEADLESS_CUSTOM_MODULE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the Marketplace headless custom module type.
MARKETPLACE_WIDGET_CUSTOM_MODULE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the Marketplace widget custom module type.
MATCH_ALL_QUERY - Static variable in interface senselogic.sitevision.api.search.query.QueryStringUtil
The "match all" query string.
matchesAll(Node) - Method in interface senselogic.sitevision.api.security.RoleMatcher
Checks if matcher user is in all matcher roles on a given Node.
matchesAny(Node) - Method in interface senselogic.sitevision.api.security.RoleMatcher
Checks if matcher user is in any matcher role on a given Node.
MathInstance - Interface in senselogic.sitevision.api.script.factory
Instance wrapper for the java.lang.Math class that delegates all method calls to the corresponding Math method.
max(Collection<? extends T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns the maximum element of the given collection, according to the natural ordering of its elements.
max(Collection<? extends T>, Comparator<? super T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns the maximum element of the given collection, according to the order induced by the specified comparator.
max(int, int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the greater of two int values.
max(long, long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the greater of two long values.
max(float, float) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the greater of two float values.
max(double, double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the greater of two double values.
MAX_RESOURCE_PRIORITY - Static variable in interface senselogic.sitevision.api.search.index.IndexingUtil
The maximum resource priority.
maxLevel - Variable in class javax.jcr.util.TraversingItemVisitor
The 0-based level up to which the hierarchy should be traversed (if it's -1, the hierarchy will be traversed until there are no more children of the current item).
merge(String, boolean) - Method in interface javax.jcr.Node
Deprecated.
merge(String, String, boolean) - Method in interface javax.jcr.version.VersionManager
This method recursively tests each versionable node in the subgraph of the node at absPath against its corresponding node in srcWorkspace with respect to the relation between their respective base versions and either updates the node in question or not, depending on the outcome of the test.
merge(String, String, boolean, boolean) - Method in interface javax.jcr.version.VersionManager
Same as VersionManager.merge(String absPath, String srcWorkspace, boolean bestEffort) except that an option exists to make the merge shallow.
merge(Node) - Method in interface javax.jcr.version.VersionManager
This method merges the changes that were made under the specified activity into the current workspace.
MergeException - Exception in javax.jcr
MergeException() - Constructor for exception javax.jcr.MergeException
Constructs a new instance of this class with null as its detail message.
MergeException(String) - Constructor for exception javax.jcr.MergeException
Constructs a new instance of this class with the specified detail message.
MergeException(String, Throwable) - Constructor for exception javax.jcr.MergeException
Constructs a new instance of this class with the specified detail message and root cause.
MergeException(Throwable) - Constructor for exception javax.jcr.MergeException
Constructs a new instance of this class with the specified root cause.
MessageDigester - Interface in senselogic.sitevision.api.security
Message digester that performs hash computation using a specific algorithm.
MessageDigesterFactory - Interface in senselogic.sitevision.api.security
Factory that provides message digester instances that can perform hash computation using a specific algorithm.
messageFormat(String, List) - Method in interface senselogic.sitevision.api.script.ScriptUtil
A utility method to get a formatted string based on a pattern and some pattern arguments.
MessagesFactory - Interface in senselogic.sitevision.api.message
Factory for creating messages-related instances.
MessageTextLinker - Interface in senselogic.sitevision.api.message
Message text rendering interface that detects and creates links in plain message texts.
METADATA_ALTERNATIVE_ITEM_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata alternative item type.
METADATA_DATE_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata date definition type.
METADATA_DEFINITION_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata definition repository type.
METADATA_DEFINITION_TEMPLATE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata definition template repository type.
METADATA_DIRECTORY_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata directory definition type.
METADATA_IMAGE_PORTLET_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata image portlet definition definition type.
METADATA_INTEGER_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata integer definition definition type.
METADATA_KEYWORD_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata keyword definition type.
METADATA_KEYWORD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata keyword type.
METADATA_LINK_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata link definition type.
METADATA_MEDIA_PORTLET_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata media portlet definition type.
METADATA_MULTIPLE_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata multiple definition type.
METADATA_MULTIPLE_TAG_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata multiple tag definition type.
METADATA_RELATED_INFORMATION_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata related information definition type.
METADATA_SINGLE_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata single definition type.
METADATA_SINGLE_TAG_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata single tag definition type.
METADATA_SYSTEM_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata system definition type.
METADATA_SYSTEM_IMAGE_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata system image definition type.
METADATA_SYSTEM_INTEGER_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata system integer definition type.
METADATA_SYSTEM_LINK_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata system link definition type.
METADATA_SYSTEM_TEXT_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata system text definition type.
METADATA_TEXT_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata text definition type.
METADATA_TEXT_PORTLET_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata text portlet definition type.
METADATA_USER_DEFINITION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the metadata user definition type.
MetadataDefinitionUtil - Interface in senselogic.sitevision.api.metadata
Utility interface for getting metadata definitions.
MetadataUtil - Interface in senselogic.sitevision.api.metadata
Utility used to handle metadata.
MimeTypeUtil - Interface in senselogic.sitevision.api.webresource.mime
A utility that determines an appropriate MIME type for a file extension or vice versa.
min(Collection<? extends T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns the minimum element of the given collection, according to the natural ordering of its elements.
min(Collection<? extends T>, Comparator<? super T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns the minimum element of the given collection, according to the order induced by the specified comparator.
min(int, int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the smaller of two int values.
min(long, long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the smaller of two long values.
min(float, float) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the smaller of two float values.
min(double, double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the smaller of two double values.
MIN_RESOURCE_PRIORITY - Static variable in interface senselogic.sitevision.api.search.index.IndexingUtil
The minimum resource priority.
MIX_CREATED - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:created (in expanded form).
MIX_LANGUAGE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:language (in expanded form).
MIX_LAST_MODIFIED - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:lastModified (in expanded form).
MIX_LIFECYCLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:lifecycle (in expanded form).
MIX_LOCKABLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:lockable (in expanded form).
MIX_MIMETYPE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:mimeType (in expanded form).
MIX_REFERENCEABLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:referenceable (in expanded form).
MIX_SHAREABLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:shareable (in expanded form).
MIX_SIMPLE_VERSIONABLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:simpleVersionable (in expanded form).
MIX_TITLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:title (in expanded form).
MIX_VERSIONABLE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name mix:versionable (in expanded form).
MOBIL - Static variable in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
The key/property name to use (by login modules) to set the mobile phone property on the node principal.
MOBILE_APP_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
Deprecated.
As of Sitevision 10 this type no longer exist
MODULE_ELEMENT_DRAFT_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the module element draft repository type.
MODULE_ELEMENT_DRAFT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the module element draft type.
MODULE_ELEMENT_FILE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the module element file repository type.
MODULE_ELEMENT_IMAGE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the module element image repository type.
MODULE_ELEMENT_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the module element repository type.
MODULE_ELEMENT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the module element type.
Monitor - Interface in senselogic.sitevision.api.search.searcher.component
A monitor component that defines monitoring behaviour for a Searcher.
MonitorBuilder - Interface in senselogic.sitevision.api.search.searcher.builder
Builder for creating a Monitor component.
move(String, String) - Method in interface javax.jcr.Session
Moves the node at srcAbsPath (and its entire subgraph) to the new location at destAbsPath.
move(String, String) - Method in interface javax.jcr.Workspace
Moves the node at srcAbsPath (and its entire subgraph) to the new location at destAbsPath.
moveNode(Node, Node) - Method in interface senselogic.sitevision.api.webresource.structure.StructureUtil
Moves a node from the current parent to another in the node structure.
moveNodeToTrashcan(Node) - Method in interface senselogic.sitevision.api.webresource.structure.TrashcanUtil
Puts a node in the site trashcan.
MULTIPLE_SELECTION_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the multiple selection field type.
multiplyExact(int, int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the product of the arguments, throwing an exception if the result overflows an int.
multiplyExact(long, long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the product of the arguments, throwing an exception if the result overflows a long.
muteGroup(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
The wrapped user identity mutes a collaboration group (entries will not show up user's in compound timeline).
muteNotifications(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
The wrapped user identity mutes notifications from a collaboration group (entries will show up but not notifications).

N

NAME - Static variable in class javax.jcr.PropertyType
A NAME is a pairing of a namespace and a local name.
NAME - Static variable in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
The key/property name to use (by login modules) to set the name property on the node principal.
NAME_ACTIVITIES_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the activities node.
NAME_CONFIGURATIONS_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the configurations node.
NAME_JCR_XMLCHARACTERS - Static variable in interface javax.jcr.Workspace
A constant for the name of the jcr:xmlcharacters property produced on Workspace.importXML(java.lang.String, java.io.InputStream, int).
NAME_JCR_XMLTEXT - Static variable in interface javax.jcr.Workspace
A constant for the name of the jcr:xmltext node produced on Workspace.importXML(java.lang.String, java.io.InputStream, int).
NAME_NODE_TYPES_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the node type definition storage node.
NAME_SYSTEM_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the system node.
NAME_UNFILED_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the unfiled storage node.
NAME_VERSION_STORAGE_NODE - Static variable in interface javax.jcr.Workspace
A constant for the name of the version storage node.
NAME_WORKSPACE_ROOT - Static variable in interface javax.jcr.Workspace
A constant for the name of the workspace root node.
NAMED_REFERENCE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the named reference repository.
NAMED_REFERENCE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the named reference type.
NamedAccessControlPolicy - Interface in javax.jcr.security
An NamedAccessControlPolicy is an opaque access control policy that is described by a JCR name and optionally a description.
nameFromValue(int) - Static method in class javax.jcr.PropertyType
Returns the name of the specified type, as used in serialization.
nameFromValue(int) - Static method in class javax.jcr.version.OnParentVersionAction
Returns the name of the specified action, as used in serialization.
NAMESPACE_EMPTY - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace mapped by default to the prefix "" (the empty prefix).
NAMESPACE_JCR - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace mapped by default to the prefix "jcr".
NAMESPACE_MIX - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace mapped by default to the prefix "mix".
NAMESPACE_NT - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace mapped by default to the prefix "nt".
NAMESPACE_XML - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace mapped by default to the prefix "xml".
NamespaceException - Exception in javax.jcr
Exception thrown by Session.setNamespacePrefix(String prefix, String uri) if the specified uri is not registered in the NamespaceRegistry.
NamespaceException() - Constructor for exception javax.jcr.NamespaceException
Constructs a new instance of this class with null as its detail message.
NamespaceException(String) - Constructor for exception javax.jcr.NamespaceException
Constructs a new instance of this class with the specified detail message.
NamespaceException(String, Throwable) - Constructor for exception javax.jcr.NamespaceException
Constructs a new instance of this class with the specified detail message and root cause.
NamespaceException(Throwable) - Constructor for exception javax.jcr.NamespaceException
Constructs a new instance of this class with the specified root cause.
NamespaceRegistry - Interface in javax.jcr
Each repository has a single, persistent namespace registry represented by the NamespaceRegistry object, accessed via Workspace.getNamespaceRegistry().
nCopies(int, T) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an immutable list consisting of n copies of the specified object.
negateExact(int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the negation of the argument, throwing an exception if the result overflows an int.
negateExact(long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the negation of the argument, throwing an exception if the result overflows a long.
newSetFromMap(Map<E, Boolean>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a set backed by the specified map.
next() - Method in interface senselogic.sitevision.api.script.proxy.ExceptionSuppressingIterator
Returns a proxy for the next element of the decorated iterator.
nextAccessControlPolicy() - Method in interface javax.jcr.security.AccessControlPolicyIterator
Returns the next AccessControlPolicy in the iteration.
nextAfter(double, double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(float, double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextDown(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the floating-point value adjacent to d in the direction of negative infinity.
nextDown(float) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the floating-point value adjacent to f in the direction of negative infinity.
nextEvent() - Method in interface javax.jcr.observation.EventIterator
Returns the next Event in the iteration.
nextEventListener() - Method in interface javax.jcr.observation.EventListenerIterator
Returns the next EventListener in the iteration.
nextNode() - Method in interface javax.jcr.NodeIterator
Returns the next Node in the iteration.
nextNodeType() - Method in interface javax.jcr.nodetype.NodeTypeIterator
Returns the next NodeType in the iteration.
nextProperty() - Method in interface javax.jcr.PropertyIterator
Returns the next Property in the iteration.
nextRow() - Method in interface javax.jcr.query.RowIterator
Returns the next Row in the iteration.
nextUp(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the floating-point value adjacent to a double in the direction of positive infinity.
nextUp(float) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the floating-point value adjacent to a float in the direction of positive infinity.
nextVersion() - Method in interface javax.jcr.version.VersionIterator
Returns the next Version in the iteration.
NO_EXCEPTION_THROWN_STATUS - Static variable in interface senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy
The status indicating that last method invocation did not throw an exception.
NO_OBJECT_PROXIED_STATUS - Static variable in interface senselogic.sitevision.api.script.proxy.ExceptionSuppressingProxy
The status indicating that this proxy has no object set, nothing to proxy.
Node - Interface in javax.jcr
The Node interface represents a node in a workspace.
NODE_ADDED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a node is added.
NODE_INDEX_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a node index.
NODE_MOVED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a node is moved.
NODE_REMOVED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a node is removed.
NODE_TYPE_MANAGEMENT_AUTOCREATED_DEFINITIONS_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_INHERITANCE - Static variable in interface javax.jcr.Repository
Key to String descriptor.
NODE_TYPE_MANAGEMENT_INHERITANCE_MINIMAL - Static variable in interface javax.jcr.Repository
One of three possible values for the descriptor NODE_TYPE_MANAGEMENT_INHERITANCE.
NODE_TYPE_MANAGEMENT_INHERITANCE_MULTIPLE - Static variable in interface javax.jcr.Repository
One of three possible values for the descriptor NODE_TYPE_MANAGEMENT_INHERITANCE.
NODE_TYPE_MANAGEMENT_INHERITANCE_SINGLE - Static variable in interface javax.jcr.Repository
One of three possible values for the descriptor NODE_TYPE_MANAGEMENT_INHERITANCE.
NODE_TYPE_MANAGEMENT_MULTIPLE_BINARY_PROPERTIES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_MULTIVALUED_PROPERTIES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_ORDERABLE_CHILD_NODES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_OVERRIDES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_PRIMARY_ITEM_NAME_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_PROPERTY_TYPES - Static variable in interface javax.jcr.Repository
Key to a long[] descriptor.
NODE_TYPE_MANAGEMENT_RESIDUAL_DEFINITIONS_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_SAME_NAME_SIBLINGS_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_UPDATE_IN_USE_SUPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NODE_TYPE_MANAGEMENT_VALUE_CONSTRAINTS_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
NodeComparatorUtil - Interface in senselogic.sitevision.api.node
Node comparator utility interface.
NodeDefinition - Interface in javax.jcr.nodetype
A node definition.
NodeDefinitionTemplate - Interface in javax.jcr.nodetype
The NodeDefinitionTemplate interface extends NodeDefinition with the addition of write methods, enabling the characteristics of a child node definition to be set, after which the NodeDefinitionTemplate is added to a NodeTypeTemplate.
nodeExists(String) - Method in interface javax.jcr.Session
Returns true if a node exists at absPath and this Session has read access to it; otherwise returns false.
NodeFactoryUtil - Interface in senselogic.sitevision.api.node
Node factory utility interface.
NodeFilterUtil - Interface in senselogic.sitevision.api.node
Node filter utility interface.
NodeIterator - Interface in javax.jcr
Allows easy iteration through a list of Nodes with nextNode as well as a skip method inherited from RangeIterator.
NodeIteratorUtil - Interface in senselogic.sitevision.api.node
Node iterator utility interface.
NodeLocalName - Interface in javax.jcr.query.qom
Evaluates to a NAME value equal to the local (unprefixed) name of a node.
nodeLocalName(String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to a NAME value equal to the local (unprefixed) name of a node in the specified selector.
NodeName - Interface in javax.jcr.query.qom
Evaluates to a NAME value equal to the namespace-qualified name of a node.
nodeName(String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to a NAME value equal to the prefix-qualified name of a node in the specified selector.
NodePrincipalCallback - Class in senselogic.sitevision.api.security.jaas.callback
JAAS callback for mapping ids to JCR user nodes.
NodePrincipalCallback(String) - Constructor for class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
Create a callback that provides the username of the user to be looked up and converted into a Principal.
NodeResolverUtil - Interface in senselogic.sitevision.api.node
Node resolver utility interface.
NodeTreeUtil - Interface in senselogic.sitevision.api.node
Node tree utility interface.
NodeType - Interface in javax.jcr.nodetype
A NodeType object represents a "live" node type that is registered in the repository.
NodeTypeDefinition - Interface in javax.jcr.nodetype
The NodeTypeDefinition interface provides methods for discovering the static definition of a node type.
NodeTypeExistsException - Exception in javax.jcr.nodetype
Exception thrown when an attempt is made to register a node type that already exists, and allowUpdate has not been set to true.
NodeTypeExistsException() - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
Constructs a new instance of this class with null as its detail message.
NodeTypeExistsException(String) - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
Constructs a new instance of this class with the specified detail message.
NodeTypeExistsException(String, Throwable) - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
Constructs a new instance of this class with the specified detail message and root cause.
NodeTypeExistsException(Throwable) - Constructor for exception javax.jcr.nodetype.NodeTypeExistsException
Constructs a new instance of this class with the specified root cause.
NodeTypeIterator - Interface in javax.jcr.nodetype
An iterator for NodeType objects.
NodeTypeManager - Interface in javax.jcr.nodetype
Allows for the retrieval and (in implementations that support it) the registration of node types.
NodeTypeTemplate - Interface in javax.jcr.nodetype
The NodeTypeTemplate interface is used to define node types which are then registered through the NodeTypeManager.registerNodeType method.
NodeTypeUtil - Interface in senselogic.sitevision.api.node
Node type utility interface.
NoSuchNodeTypeException - Exception in javax.jcr.nodetype
Exception thrown by node type-related methods.
NoSuchNodeTypeException() - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
Constructs a new instance of this class with null as its detail message.
NoSuchNodeTypeException(String) - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
Constructs a new instance of this class with the specified detail message.
NoSuchNodeTypeException(String, Throwable) - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
Constructs a new instance of this class with the specified detail message and root cause.
NoSuchNodeTypeException(Throwable) - Constructor for exception javax.jcr.nodetype.NoSuchNodeTypeException
Constructs a new instance of this class with the specified root cause.
NoSuchWorkspaceException - Exception in javax.jcr
Exception thrown by Repository.login(Credentials, String) when a specific workspace is not found.
NoSuchWorkspaceException() - Constructor for exception javax.jcr.NoSuchWorkspaceException
Constructs a new instance of this class with null as its detail message.
NoSuchWorkspaceException(String) - Constructor for exception javax.jcr.NoSuchWorkspaceException
Constructs a new instance of this class with the specified detail message.
NoSuchWorkspaceException(String, Throwable) - Constructor for exception javax.jcr.NoSuchWorkspaceException
Constructs a new instance of this class with the specified detail message and root cause.
NoSuchWorkspaceException(Throwable) - Constructor for exception javax.jcr.NoSuchWorkspaceException
Constructs a new instance of this class with the specified root cause.
Not - Interface in javax.jcr.query.qom
Performs a logical negation of another constraint.
not(Constraint) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Performs a logical negation of another constraint.
notifySubscribersOf(Node, String) - Method in interface senselogic.sitevision.api.subscription.SubscriptionUtil
Notifies the subscribers of a given node with an active subscription.
NT_ACTIVITY - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:activity (in expanded form).
NT_ADDRESS - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:address (in expanded form).
NT_BASE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:base (in expanded form).
NT_CHILD_NODE_DEFINITION - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:childNodeDefinition (in expanded form).
NT_CONFIGURATION - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:configuration (in expanded form).
NT_FILE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:file (in expanded form).
NT_FOLDER - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:folder (in expanded form).
NT_FROZEN_NODE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:frozenNode (in expanded form).
NT_HIERARCHY_NODE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:hierarchyNode (in expanded form).
NT_LINKED_FILE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:linkedFile (in expanded form).
NT_NODE_TYPE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:nodeType (in expanded form).
NT_PROPERTY_DEFINITION - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:propertyDefinition (in expanded form).
NT_QUERY - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:query (in expanded form).
NT_RESOURCE - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:resource (in expanded form).
NT_UNSTRUCTURED - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:unstructured (in expanded form).
NT_VERSION - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:version (in expanded form).
NT_VERSION_HISTORY - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:versionHistory (in expanded form).
NT_VERSIONED_CHILD - Static variable in interface javax.jcr.nodetype.NodeType
A constant for the node type name nt:versionedChild (in expanded form).
NumericFormatter - Interface in senselogic.sitevision.api.format
Numerical value formatter.
NumericFormatterBuilder - Interface in senselogic.sitevision.api.format
Builder for creating NumericFormatter instances.

O

OAUTH2_CONFIGURATION_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the OAuth2 configuration repository type.
OAUTH2_CONFIGURATION_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the OAuth2 configuration type.
ObservationManager - Interface in javax.jcr.observation
The ObservationManager object.
OFFLINE_VERSION - Static variable in interface senselogic.sitevision.api.context.PortletContextUtil
OFFLINE_VERSION - Static variable in interface senselogic.sitevision.api.versioning.VersionUtil
The offline version (i.e. the version used when editing in the Sitevision editor) marker
OfflineVersionPropertyUtil - Interface in senselogic.sitevision.api.property
Utility interface for getting Node property values in the OFFLINE_VERSION.
onEvent(EventIterator) - Method in interface javax.jcr.observation.EventListener
This method is called when a bundle of events is dispatched.
ONLINE_VERSION - Static variable in interface senselogic.sitevision.api.context.PortletContextUtil
ONLINE_VERSION - Static variable in interface senselogic.sitevision.api.versioning.VersionUtil
The online version (i.e. the published version that visitors can access) marker
OnlineVersionPropertyUtil - Interface in senselogic.sitevision.api.property
Utility interface for getting Node property values in the ONLINE_VERSION.
OnParentVersionAction - Class in javax.jcr.version
The possible actions specified by the onParentVersion attribute in a property definition within a node type definition.
Operand - Interface in javax.jcr.query.qom
An operand to a binary operation specified by a Comparison.
OPTION_ACCESS_CONTROL_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_ACTIVITIES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_BASELINES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_JOURNALED_OBSERVATION_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_LIFECYCLE_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_LOCKING_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_NODE_AND_PROPERTY_WITH_SAME_NAME_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_NODE_TYPE_MANAGEMENT_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_OBSERVATION_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_QUERY_SQL_SUPPORTED - Static variable in interface javax.jcr.Repository
Deprecated.
As of JCR 2.0.
OPTION_RETENTION_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_SHAREABLE_NODES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_SIMPLE_VERSIONING_SUPPORTED - Static variable in interface javax.jcr.Repository
 
OPTION_TRANSACTIONS_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_UNFILED_CONTENT_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_UPDATE_MIXIN_NODE_TYPES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_UPDATE_PRIMARY_NODE_TYPE_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_VERSIONING_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_WORKSPACE_MANAGEMENT_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_XML_EXPORT_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
OPTION_XML_IMPORT_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
Or - Interface in javax.jcr.query.qom
Performs a logical disjunction of two other constraints.
or(Constraint, Constraint) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Performs a logical disjunction of two other constraints.
ORDER_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the order field type.
ORDER_ITEM_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the order item type.
orderBefore(String, String) - Method in interface javax.jcr.Node
If this node supports child node ordering, this method inserts the child node at srcChildRelPath into the child node list at the position immediately the child node at destChildRelPath.
Ordering - Interface in javax.jcr.query.qom
Determines the relative order of two node-tuples by evaluating operand for each.
OutputUtil - Interface in senselogic.sitevision.api.render
Output utility interface with methods that return complete content snippets.

P

PAGE_COMMENT_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the page comment repository type.
PAGE_COMMENT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the page comment type.
PAGE_COMPONENT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the page component type.
PAGE_CONTENT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the page content type.
PAGE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the page repository type.
PAGE_SUB_COMMENT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the page sub comment type.
PAGE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a page.
PageUtil - Interface in senselogic.sitevision.api.webresource
Page utility interface that handles nodes with primary node type sv:page.
parallelPrefix(T[], BinaryOperator<T>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(T[], int, int, BinaryOperator<T>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Performs ArraysInstance.parallelPrefix(Object[], BinaryOperator) for the given subrange of the array.
parallelPrefix(long[], LongBinaryOperator) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(long[], int, int, LongBinaryOperator) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Performs ArraysInstance.parallelPrefix(long[], LongBinaryOperator) for the given subrange of the array.
parallelPrefix(double[], DoubleBinaryOperator) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(double[], int, int, DoubleBinaryOperator) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Performs ArraysInstance.parallelPrefix(double[], DoubleBinaryOperator) for the given subrange of the array.
parallelPrefix(int[], IntBinaryOperator) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Cumulates, in parallel, each element of the given array in place, using the supplied function.
parallelPrefix(int[], int, int, IntBinaryOperator) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Performs ArraysInstance.parallelPrefix(int[], IntBinaryOperator) for the given subrange of the array.
parallelSetAll(T[], IntFunction<? extends T>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(int[], IntUnaryOperator) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(long[], IntToLongFunction) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSetAll(double[], IntToDoubleFunction) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Set all elements of the specified array, in parallel, using the provided generator function to compute each element.
parallelSort(byte[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array into ascending numerical order.
parallelSort(byte[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the array into ascending numerical order.
parallelSort(char[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array into ascending numerical order.
parallelSort(char[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the array into ascending numerical order.
parallelSort(short[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array into ascending numerical order.
parallelSort(short[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the array into ascending numerical order.
parallelSort(int[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array into ascending numerical order.
parallelSort(int[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the array into ascending numerical order.
parallelSort(long[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array into ascending numerical order.
parallelSort(long[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the array into ascending numerical order.
parallelSort(float[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array into ascending numerical order.
parallelSort(float[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the array into ascending numerical order.
parallelSort(double[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array into ascending numerical order.
parallelSort(double[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the array into ascending numerical order.
parallelSort(T[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
parallelSort(T[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
parallelSort(T[], Comparator<? super T>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array of objects according to the order induced by the specified comparator.
parallelSort(T[], int, int, Comparator<? super T>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
parse(String) - Method in interface senselogic.sitevision.api.format.NumericFormatter
Parses a source string to a Number.
parse(String, String, XmlElementHandler) - Method in interface senselogic.sitevision.api.xml.XmlParserUtil
Parse a XML string.
parse(String, Node, XmlElementHandler) - Method in interface senselogic.sitevision.api.xml.XmlParserUtil
Parse a file containing XML encoded using UTF-8.
parse(String, Node, String, XmlElementHandler) - Method in interface senselogic.sitevision.api.xml.XmlParserUtil
Parse a file containing XML encoded with the supplied charset.
parseDate(String, String) - Method in interface senselogic.sitevision.api.date.DateUtil
Converts a date string to a Date using a SimpleDateFormat pattern.
parseDate(String, String, Locale) - Method in interface senselogic.sitevision.api.date.DateUtil
Converts a date string to a Date using a SimpleDateFormat pattern and a given Locale.
Parser - Interface in senselogic.sitevision.api.search.searcher.component
A parser component that defines the query parsing behaviour for a Searcher.
PARTICIPANTS_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the participants field type.
PASSWORD - Static variable in interface senselogic.sitevision.api.security.jaas.filter.AuthenticationFilter
The shared state password constant.
PasswordCredential - Class in senselogic.sitevision.api.security.jaas.credential
Password credential.
PasswordCredential(char[]) - Constructor for class senselogic.sitevision.api.security.jaas.credential.PasswordCredential
Creates a password credential.
patch(String) - Method in interface senselogic.sitevision.api.script.app.RestAppInvoker
Executes PATCH for a route of the RESTApp.
patch(String, O) - Method in interface senselogic.sitevision.api.script.app.RestAppInvoker
Executes PATCH with options for a route of the RESTApp.
patch(String) - Method in interface senselogic.sitevision.api.script.Requester
Execute a HTTP PATCH.
patch(String, O) - Method in interface senselogic.sitevision.api.script.Requester
Execute a HTTP PATCH with options.
PATH - Static variable in class javax.jcr.PropertyType
A PATH property is an ordered list of path elements.
PATH_ACTIVITIES_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the activities node.
PATH_CONFIGURATIONS_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the configurations node.
PATH_NODE_TYPES_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the node type definition storage node.
PATH_SYSTEM_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the system node.
PATH_UNFILED_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the unfiled storage node.
PATH_VERSION_STORAGE_NODE - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the version storage node.
PATH_WORKSPACE_ROOT - Static variable in interface javax.jcr.Workspace
A constant for the absolute path of the workspace root node.
PathNotFoundException - Exception in javax.jcr
Exception thrown when no Item exists at the specified path or when the specified path implies intermediary Nodes that do not exist.
PathNotFoundException() - Constructor for exception javax.jcr.PathNotFoundException
Constructs a new instance of this class with null as its detail message.
PathNotFoundException(String) - Constructor for exception javax.jcr.PathNotFoundException
Constructs a new instance of this class with the specified detail message.
PathNotFoundException(String, Throwable) - Constructor for exception javax.jcr.PathNotFoundException
Constructs a new instance of this class with the specified detail message and root cause.
PathNotFoundException(Throwable) - Constructor for exception javax.jcr.PathNotFoundException
Constructs a new instance of this class with the specified root cause.
PermissionCheck - Interface in senselogic.sitevision.api.search.searcher.component
A permission check component that defines permission checking behaviour for a Searcher.
PermissionCheckBuilder - Interface in senselogic.sitevision.api.search.searcher.builder
Builder for creating a PermissionCheck component.
PermissionStrategy - Enum in senselogic.sitevision.api.search.searcher.component
Permission strategy, determines how a PermissionCheck component will perform its checks.
PermissionUtil - Interface in senselogic.sitevision.api.security
Permissions utilities interface for checking permissions.
PermissionUtil.Permission - Enum in senselogic.sitevision.api.security
The named permission demarcation, used by PermissionUtil.
PERSIST - Static variable in interface javax.jcr.observation.Event
If event bundling is supported, this event is used to indicate a bundle boundary within the event journal.
PERSONAL_FILE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the personal file repository type.
PERSONAL_IMAGE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the personal image repository type.
PERSONAL_NUMBER - Static variable in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
The key/property name to use (by login modules) to set the personal number property on the node principal.
PI - Static variable in interface senselogic.sitevision.api.script.factory.MathInstance
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PORTLET_PREFERENCES_TYPE_USER - Static variable in interface senselogic.sitevision.api.resource.PortletUtil
The personal portlet preferences type.
PORTLET_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a portlet.
PortletContextUtil - Interface in senselogic.sitevision.api.context
Portlet context utility interface.
PortletUtil - Interface in senselogic.sitevision.api.resource
Portlet utility interface.
post(String) - Method in interface senselogic.sitevision.api.script.app.RestAppInvoker
Executes POST for a route of the RESTApp.
post(String, O) - Method in interface senselogic.sitevision.api.script.app.RestAppInvoker
Executes POST with options for a route of the RESTApp.
post(String) - Method in interface senselogic.sitevision.api.script.Requester
Execute a HTTP POST.
post(String, O) - Method in interface senselogic.sitevision.api.script.Requester
Execute a HTTP POST with options.
post(Node, String, O) - Method in interface senselogic.sitevision.api.script.RestApi
Executes a POST endpoint of the REST API.
pow(double, double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the value of the first argument raised to the power of the second argument.
PREFIX_EMPTY - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace prefix "" (the empty prefix).
PREFIX_JCR - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace prefix "jcr".
PREFIX_MIX - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace prefix "mix".
PREFIX_NT - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace prefix "nt".
PREFIX_XML - Static variable in interface javax.jcr.NamespaceRegistry
A constant for the predefined namespace prefix "xml".
PRINCIPAL_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the principal repository type.
PrincipalUtil - Interface in senselogic.sitevision.api.security
Principal utility interface.
Privilege - Interface in javax.jcr.security
A privilege represents the capability of performing a particular set of operations on items in the JCR repository.
privilegeFromName(String) - Method in interface javax.jcr.security.AccessControlManager
Returns the privilege with the specified privilegeName.
processAction(ActionRequest, ActionResponse) - Method in class senselogic.sitevision.api.portlet.GenericConfigPortlet
Called by the Sitevision portlet container to allow the portlet to process an action request.
processConfigAction(ActionRequest, ActionResponse) - Method in class senselogic.sitevision.api.portlet.GenericConfigPortlet
This is the "processAction" method for the Sitevision custom portlet mode GenericConfigPortlet.CONFIG.
processStandardAction(ActionRequest, ActionResponse) - Method in class senselogic.sitevision.api.portlet.GenericConfigPortlet
This is the "processAction" method for the standard portlet modes (VIEW, EDIT and HELP).
PROFILE_VIEW_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the profile view type.
Properties<T> - Interface in senselogic.sitevision.api.property
Utility interface for getting multiple Node property values in server-side Javascript.
Property - Interface in javax.jcr
A Property object represents the smallest granularity of content storage.
PROPERTY_ADDED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a property is added.
PROPERTY_CHANGED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a property is changed.
PROPERTY_CREATED_BY - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the creator of an article.
PROPERTY_CREATED_BY - Static variable in interface senselogic.sitevision.api.webresource.LinkPageUtil
Name of the property specifying the creator of a link page.
PROPERTY_CREATED_BY - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the creator of the page.
PROPERTY_CREATION_DATE - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the creation date of an article.
PROPERTY_CREATION_DATE - Static variable in interface senselogic.sitevision.api.webresource.LinkPageUtil
Name of the property specifying the creation date of a link page.
PROPERTY_CREATION_DATE - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the creation date of the page.
PROPERTY_LAST_MODIFIED_BY - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the last modifier of an article.
PROPERTY_LAST_MODIFIED_BY - Static variable in interface senselogic.sitevision.api.webresource.LinkPageUtil
Name of the property specifying the last modifier of a link page.
PROPERTY_LAST_MODIFIED_BY - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the last modifier of the page.
PROPERTY_LAST_MODIFIED_DATE - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the last modified date of an article.
PROPERTY_LAST_MODIFIED_DATE - Static variable in interface senselogic.sitevision.api.webresource.LinkPageUtil
Name of the property specifying the last modified date of a link page.
PROPERTY_LAST_MODIFIED_DATE - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the last modified date of the page.
PROPERTY_LAST_PUBLISH_DATE - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the last published date of an article.
PROPERTY_LAST_PUBLISH_DATE - Static variable in interface senselogic.sitevision.api.webresource.LinkPageUtil
Name of the property specifying the last published date of a link page.
PROPERTY_LAST_PUBLISH_DATE - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the last published date of a page.
PROPERTY_LAST_PUBLISHED_BY - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the last publisher of an article.
PROPERTY_LAST_PUBLISHED_BY - Static variable in interface senselogic.sitevision.api.webresource.LinkPageUtil
Name of the property specifying the last publisher of a link page.
PROPERTY_LAST_PUBLISHED_BY - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the last publisher of a page.
PROPERTY_LAST_UNPUBLISH_DATE - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the last unpublished date of an article.
PROPERTY_LAST_UNPUBLISH_DATE - Static variable in interface senselogic.sitevision.api.webresource.LinkPageUtil
Name of the property specifying the last unpublished date of a link page.
PROPERTY_LAST_UNPUBLISH_DATE - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the last unpublished date of a page.
PROPERTY_LAST_UNPUBLISHED_BY - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the last user to unpublish an article.
PROPERTY_LAST_UNPUBLISHED_BY - Static variable in interface senselogic.sitevision.api.webresource.LinkPageUtil
Name of the property specifying the last user to unpublish a link page.
PROPERTY_LAST_UNPUBLISHED_BY - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the last user to unpublish a page.
PROPERTY_LOCALE - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the locale used by an article.
PROPERTY_LOCALE - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying locale used by the page.
PROPERTY_PUBLISH_DATE - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the published date of an article.
PROPERTY_PUBLISH_DATE - Static variable in interface senselogic.sitevision.api.webresource.LinkPageUtil
Name of the property specifying the published date of a link page.
PROPERTY_PUBLISH_DATE - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the published date of a page.
PROPERTY_PUBLISHED_BY - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the publisher of an article.
PROPERTY_PUBLISHED_BY - Static variable in interface senselogic.sitevision.api.webresource.LinkPageUtil
Name of the property specifying the publisher of a link page.
PROPERTY_PUBLISHED_BY - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the publisher of a page.
PROPERTY_REMOVED - Static variable in interface javax.jcr.observation.Event
Generated on persist when a property is removed.
PROPERTY_ROBOTS_INDEX - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying if an article is indexable.
PROPERTY_ROBOTS_INDEX - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying if the page is indexable.
PROPERTY_SHORTID - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying the short id of an article.
PROPERTY_SHORTID - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the short id for a page.
PROPERTY_TITLE - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying the title of a page.
PROPERTY_VISIBLE_IN_MENUS - Static variable in interface senselogic.sitevision.api.webresource.ArticleUtil
Name of the property specifying if an article is visible in menus.
PROPERTY_VISIBLE_IN_MENUS - Static variable in interface senselogic.sitevision.api.webresource.LinkPageUtil
Name of the property specifying if a link page is visible in menus.
PROPERTY_VISIBLE_IN_MENUS - Static variable in interface senselogic.sitevision.api.webresource.PageUtil
Name of the property specifying if a page is visible in menus.
PropertyDefinition - Interface in javax.jcr.nodetype
A property definition.
PropertyDefinitionTemplate - Interface in javax.jcr.nodetype
The PropertyDefinitionTemplate interface extends PropertyDefinition with the addition of write methods, enabling the characteristics of a child property definition to be set, after which the PropertyDefinitionTemplate is added to a NodeTypeTemplate.
PropertyExistence - Interface in javax.jcr.query.qom
Tests the existence of a property.
propertyExistence(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests the existence of a property in the specified selector.
propertyExists(String) - Method in interface javax.jcr.Session
Returns true if a property exists at absPath and this Session has read access to it; otherwise returns false.
PropertyIterator - Interface in javax.jcr
Allows easy iteration through a list of Propertys with nextProperty as well as a skip method.
PropertyType - Class in javax.jcr
The property types supported by the JCR standard.
PropertyUtil - Interface in senselogic.sitevision.api.property
Utility interface for getting Node property values.
PropertyValue - Interface in javax.jcr.query.qom
Evaluates to the value (or values, if multi-valued) of a property.
propertyValue(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to the value (or values, if multi-valued) of a property in the specified selector.
PublishingUtil - Interface in senselogic.sitevision.api.versioning
Publishing/unpublishing utility interface.
publishNode(Node) - Method in interface senselogic.sitevision.api.versioning.PublishingUtil
Publishes a node.
publishNode(Node, Date) - Method in interface senselogic.sitevision.api.versioning.PublishingUtil
Schedules a node publish job for execution at a specified date.
publishNode(Node, Date, Date) - Method in interface senselogic.sitevision.api.versioning.PublishingUtil
Schedules a node publish job for execution at a specified date and a node unpublish job for execution at another date.
publishNodeWithNotification(Node, Date) - Method in interface senselogic.sitevision.api.versioning.PublishingUtil
Publishes a node instantly with a best before notification date.
publishNodeWithNotification(Node, Date, Date) - Method in interface senselogic.sitevision.api.versioning.PublishingUtil
Schedules a node publish job for execution at a specified date with a best before notification date.
publishNodeWithNotification(Node, Date, Date, Date) - Method in interface senselogic.sitevision.api.versioning.PublishingUtil
Schedules a node publish job for execution at a specified date and a node unpublish job for execution at a later date and a best before notification date.
PublishStatus - Enum in senselogic.sitevision.api.versioning
Different statuses for nodes that can be published.
put(String, Object) - Method in interface senselogic.sitevision.api.render.velocity.VelocityContext
Adds a Name/Object mapping to the context.
put(String) - Method in interface senselogic.sitevision.api.script.app.RestAppInvoker
Executes PUT for a route of the RESTApp.
put(String, O) - Method in interface senselogic.sitevision.api.script.app.RestAppInvoker
Executes PUT with options for a route of the RESTApp.
put(String) - Method in interface senselogic.sitevision.api.script.Requester
Execute a HTTP PUT.
put(String, O) - Method in interface senselogic.sitevision.api.script.Requester
Execute a HTTP PUT with options.
put(Node, String, O) - Method in interface senselogic.sitevision.api.script.RestApi
Executes a PUT endpoint of the REST API.
put(Node, String, Node, O) - Method in interface senselogic.sitevision.api.script.RestApi
Executes a PUT endpoint of the REST API, targeting an instance of the context.

Q

Query - Interface in javax.jcr.query
A Query object.
QUERY_FULL_TEXT_SEARCH_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
QUERY_JOINS - Static variable in interface javax.jcr.Repository
Key to String descriptor.
QUERY_JOINS_INNER - Static variable in interface javax.jcr.Repository
One of three possible values for the descriptor QUERY_JOINS .
QUERY_JOINS_INNER_OUTER - Static variable in interface javax.jcr.Repository
One of three possible values for the descriptor QUERY_JOINS .
QUERY_JOINS_NONE - Static variable in interface javax.jcr.Repository
One of three possible values for the descriptor QUERY_JOINS .
QUERY_LANGUAGES - Static variable in interface javax.jcr.Repository
Key to a String[] descriptor.
QUERY_STORED_QUERIES_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.
QUERY_XPATH_DOC_ORDER - Static variable in interface javax.jcr.Repository
Deprecated.
As of JCR 2.0.
QUERY_XPATH_POS_INDEX - Static variable in interface javax.jcr.Repository
Deprecated.
As of JCR 2.0.
QueryManager - Interface in javax.jcr.query
This interface encapsulates methods for the management of search queries.
QueryObjectModel - Interface in javax.jcr.query.qom
A query in the JCR query object model.
QueryObjectModelConstants - Interface in javax.jcr.query.qom
Defines constants used in the query object model.
QueryObjectModelFactory - Interface in javax.jcr.query.qom
A QueryObjectModelFactory creates instances of the JCR query object model.
QueryResult - Interface in javax.jcr.query
A QueryResult object.
QueryStringUtil - Interface in senselogic.sitevision.api.search.query
Query string utility interface.

R

random() - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
RangeIterator - Interface in javax.jcr
Extends Iterator with the skip, getSize and getPosition methods.
RATING_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the rating repository type.
RATING_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the rating type.
RATING_TYPE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the rating type.
read(byte[], long) - Method in interface javax.jcr.Binary
Reads successive bytes from the specified position in this Binary into the passed byte array until either the byte array is full or the end of the Binary is encountered.
RECIPIENT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the recipients type.
RECIPIENTS_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the recipients field type.
REDIRECT - Static variable in interface senselogic.sitevision.api.security.jaas.filter.AuthenticationFilter
The shared state redirect constant.
RedirectCallback - Class in senselogic.sitevision.api.security.jaas.callback
JAAS callback for requesting a redirect.
RedirectCallback(String) - Constructor for class senselogic.sitevision.api.security.jaas.callback.RedirectCallback
Create a callback which requests a redirect to a given URL.
RedirectUtil - Interface in senselogic.sitevision.api.redirect
Redirect utility interface (301 redirects for "old urls").
REFERENCE - Static variable in class javax.jcr.PropertyType
A REFERENCE property stores the identifier of a referenceable node (one having type mix:referenceable), which must exist within the same workspace or session as the REFERENCE property.
REFERENCE_LAYOUT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the reference layout type.
ReferentialIntegrityException - Exception in javax.jcr
Exception thrown on referential integrity violation.
ReferentialIntegrityException() - Constructor for exception javax.jcr.ReferentialIntegrityException
Constructs a new instance of this class with null as its detail message.
ReferentialIntegrityException(String) - Constructor for exception javax.jcr.ReferentialIntegrityException
Constructs a new instance of this class with the specified detail message.
ReferentialIntegrityException(String, Throwable) - Constructor for exception javax.jcr.ReferentialIntegrityException
Constructs a new instance of this class with the specified detail message and root cause.
ReferentialIntegrityException(Throwable) - Constructor for exception javax.jcr.ReferentialIntegrityException
Constructs a new instance of this class with the specified root cause.
refresh(boolean) - Method in interface javax.jcr.Item
If keepChanges is false, this method discards all pending changes currently recorded in this Session that apply to this Item or any of its descendants (that is, the subgraph rooted at this Item)and returns all items to reflect the current saved state.
refresh() - Method in interface javax.jcr.lock.Lock
If this lock's time-to-live is governed by a timer, this method resets that timer so that the lock does not timeout and expire.
refresh(boolean) - Method in interface javax.jcr.Session
If keepChanges is false, this method discards all pending changes currently recorded in this Session and returns all items to reflect the current saved state.
registerNamespace(String, String) - Method in interface javax.jcr.NamespaceRegistry
Sets a one-to-one mapping between prefix and uri in the global namespace registry of this repository.
registerNodeType(NodeTypeDefinition, boolean) - Method in interface javax.jcr.nodetype.NodeTypeManager
Registers a new node type or updates an existing node type using the specified definition and returns the resulting NodeType object.
registerNodeTypes(NodeTypeDefinition[], boolean) - Method in interface javax.jcr.nodetype.NodeTypeManager
Registers or updates the specified array of NodeTypeDefinition objects.
RelatedValue - Interface in senselogic.sitevision.api.metadata.value
A temporary representation of a related metadata value.
RelatedValueBuilder - Interface in senselogic.sitevision.api.metadata.builder
Builder to create RelatedValue instances that can be used to set related metadata.
reLogin(HttpServletRequest) - Method in interface senselogic.sitevision.api.security.AuthenticationUtil
Re-authenticates a user based on a Subject already in the session.
reLogin(PortletRequest) - Method in interface senselogic.sitevision.api.security.AuthenticationUtil
Re-authenticates a user based on a Subject already in the session.
RELPATH_JCR_XMLCHARACTERS - Static variable in interface javax.jcr.Workspace
A constant for the relative path from the node representing the imported XML element of the jcr:xmlcharacters property produced on Workspace.importXML(java.lang.String, java.io.InputStream, int).
remove() - Method in interface javax.jcr.Item
Removes this item (and its subgraph).
remove(Node) - Method in interface senselogic.sitevision.api.bookmark.BookmarkUtil
Removes a bookmark for the current user.
remove(String) - Method in interface senselogic.sitevision.api.render.velocity.VelocityContext
Removes a Name/Object mapping.
remove() - Method in interface senselogic.sitevision.api.script.proxy.ExceptionSuppressingIterator
Tries to remove from the underlying collection the last element returned by decorated iterator (optional operation).
removeAccessControlEntry(AccessControlEntry) - Method in interface javax.jcr.security.AccessControlList
Removes the specified AccessControlEntry from this policy.
removeActivity(Node) - Method in interface javax.jcr.version.VersionManager
This method removes the given activityNode and all REFERENCE properties within all workspaces that refer to the activityNode.
removeAllContent(Node) - Method in interface senselogic.sitevision.api.webresource.webcontent.WebContentUtil
Removes the page content of the first root layout for a sv:page, sv:article or a sv:template.
removeAllContent(Node, String) - Method in interface senselogic.sitevision.api.webresource.webcontent.WebContentUtil
Removes the page content of a root layout for a sv:page, sv:article or a sv:template.
removeAllRedirectURIs(Node) - Method in interface senselogic.sitevision.api.redirect.RedirectUtil
Removes all relative 301 redirect URIs from a specific node.
removeAllSecrets() - Method in interface senselogic.sitevision.api.security.SecretStore
 
removeAlternative(Node, String, String) - Method in interface senselogic.sitevision.api.metadata.MetadataDefinitionUtil
Remove an alternative from a definition
removeAttribute(String) - Method in class javax.jcr.SimpleCredentials
Removes an attribute from this credentials instance.
removeCollaborationGroup(Node) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupUtil
Removes a collaboration group.
removeContact(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
Removes a contact of the wrapped user identity.
removeEventListener(EventListener) - Method in interface javax.jcr.observation.ObservationManager
Deregisters an event listener.
removeHold(String, Hold) - Method in interface javax.jcr.retention.RetentionManager
Removes the specified hold from the node at absPath.
removeItem(String) - Method in interface javax.jcr.Session
Removes the specified item and its subgraph.
removeLockToken(String) - Method in interface javax.jcr.lock.LockManager
Removes the specified lock token from this Session.
removeLockToken(String) - Method in interface javax.jcr.Session
Deprecated.
As of JCR 2.0, LockManager.removeLockToken(String) should be used instead.
removeMember(Node) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
Removes a member from the wrapped collaboration group.
removeMember(Node) - Method in interface senselogic.sitevision.api.message.ChannelWrapper
Removes a member from the wrapped channel.
removeMetadataPropertyValue(Node, Property) - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
Removes a metadata Property value on a Node.
removeMetadataPropertyValue(Node, String) - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
Removes a metadata Property value on a Node.
removeMixin(String) - Method in interface javax.jcr.Node
Removes the specified mixin node type from this node and removes mixinName from this node's jcr:mixinTypes property.
removePolicy(String, AccessControlPolicy) - Method in interface javax.jcr.security.AccessControlManager
Removes the specified AccessControlPolicy from the node at absPath.
removeQuerySyntaxChars(String) - Method in interface senselogic.sitevision.api.search.query.QueryStringUtil
Removes all query syntax characters from a query string and trims the result.
removeQuerySyntaxChars(String, boolean) - Method in interface senselogic.sitevision.api.search.query.QueryStringUtil
Removes query syntax characters from a query string and trims the result.
removeRedirectURI(Node, String) - Method in interface senselogic.sitevision.api.redirect.RedirectUtil
Removes a relative 301 redirect URI from a specific node.
removeRetentionPolicy(String) - Method in interface javax.jcr.retention.RetentionManager
Causes the current retention policy on the node at absPath to no longer apply.
removeSecret(Object) - Method in interface senselogic.sitevision.api.security.SecretStore
Removes a secret for a specified key.
removeShare() - Method in interface javax.jcr.Node
Removes this node, but does not remove any other node in the shared set of this node.
removeSharedSet() - Method in interface javax.jcr.Node
Removes this node and every other node in the shared set of this node.
removeSubscriber(Node, String) - Method in interface senselogic.sitevision.api.subscription.SubscriberUtil
Removes an e-mail or phone number from the subscribers of the active subscription.
removeTag(Node, Node) - Method in interface senselogic.sitevision.api.tag.TagUtil
Removes a sv:tag from a Node.
removeTitle() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Removes the title, i.e. executes setTitle(null)
removeUserData(String) - Method in interface senselogic.sitevision.api.user.UserDataUtil
Removes user data.
removeUserData(Node, String) - Method in interface senselogic.sitevision.api.user.UserDataUtil
Removes user data for a user.
removeVersion(String) - Method in interface javax.jcr.version.VersionHistory
Removes the named version from this version history and automatically repairs the version graph.
removeVersionLabel(String) - Method in interface javax.jcr.version.VersionHistory
Removes the specified label from among the labels of this version history.
renameAlternative(Node, String, String, String) - Method in interface senselogic.sitevision.api.metadata.MetadataDefinitionUtil
Rename an alternative for a definition
renameArchive(Node, String) - Method in interface senselogic.sitevision.api.webresource.structure.ArchiveUtil
Alters the name of an archive.
renameArticle(Node, String) - Method in interface senselogic.sitevision.api.webresource.ArticleUtil
Alters the name of an article.
renameFile(Node, String) - Method in interface senselogic.sitevision.api.webresource.FileUtil
Alters the name of a file.
renameFolder(Node, String) - Method in interface senselogic.sitevision.api.webresource.structure.FolderUtil
Alters the name of a folder.
renameGroup(String) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
Alters the name of the wrapped collaboration group.
renameImage(Node, String) - Method in interface senselogic.sitevision.api.webresource.ImageUtil
Alters the name of an image.
renameLinkPage(Node, String) - Method in interface senselogic.sitevision.api.webresource.LinkPageUtil
Updates the name of a link page.
renamePage(Node, String) - Method in interface senselogic.sitevision.api.webresource.PageUtil
Alters the name of a page.
render() - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
Builds a html string based on current state.
render() - Method in interface senselogic.sitevision.api.render.FileIconRenderer
Builds a html img element based on current state.
render() - Method in interface senselogic.sitevision.api.render.ImageLinkRenderer
Builds a html link based on current state of the link renderer and the image render.
render() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Builds a html img element based on current state.
render() - Method in interface senselogic.sitevision.api.render.LinkRenderer
Builds a html link based on current state.
render(String) - Method in interface senselogic.sitevision.api.render.UserFieldRenderer
Returns the value as html for a named user field for currently loaded user identity.
render(VelocityContext, String) - Method in interface senselogic.sitevision.api.render.velocity.VelocityRenderer
Renders a Velocity template string.
renderHtml() - Method in interface senselogic.sitevision.api.render.TextModuleRenderer
Renders full HTML for the loaded Text module.
renderPlain(String) - Method in interface senselogic.sitevision.api.render.UserFieldRenderer
Returns the value as plain text for a named user field for currently loaded user identity.
renderPlainHtml() - Method in interface senselogic.sitevision.api.render.TextModuleRenderer
Renders the plain HTML for the loaded Text module.
renderText() - Method in interface senselogic.sitevision.api.render.TextModuleRenderer
Renders the text for the loaded Text module.
renderWebPathNodes(Node, LinkRenderer, String) - Method in interface senselogic.sitevision.api.render.OutputUtil
Convenience method for rendering a linked web path to a specified node.
REP_NAME_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the name of this repository implementation.
REP_VENDOR_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the name of the repository vendor.
REP_VENDOR_URL_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the URL of the repository vendor.
REP_VERSION_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the version of this repository implementation.
replaceAll(List<T>, T, T) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Replaces all occurrences of one specified value in a list with another.
Repository - Interface in javax.jcr
The entry point into the content repository.
RepositoryException - Exception in javax.jcr
Main exception thrown by classes in this package.
RepositoryException() - Constructor for exception javax.jcr.RepositoryException
Constructs a new instance of this class with null as its detail message.
RepositoryException(String) - Constructor for exception javax.jcr.RepositoryException
Constructs a new instance of this class with the specified detail message.
RepositoryException(String, Throwable) - Constructor for exception javax.jcr.RepositoryException
Constructs a new instance of this class with the specified detail message and root cause.
RepositoryException(Throwable) - Constructor for exception javax.jcr.RepositoryException
Constructs a new instance of this class with the specified root cause.
RepositoryFactory - Interface in javax.jcr
RepositoryFactory is a factory for Repository objects.
Requester<O,F> - Interface in senselogic.sitevision.api.script
Script utility for handling data (typically JSON) from an external website.
RequesterChainable<O,F> - Interface in senselogic.sitevision.api.script
The chainable result of a Requester invocation.
Requireable - Annotation Type in senselogic.sitevision.api.base
Annotates API interfaces whose instance can be loaded/retrieved by server-side javascript via the require function.
Requireable.ScriptEngine - Enum in senselogic.sitevision.api.base
Type of script engine available in Sitevision.
resetDimensionMode() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Utility method for executing setDimensionMode(DimensionMode.AUTO).
resetSourceSetMode() - Method in interface senselogic.sitevision.api.render.ImageRenderer
Utility method for executing setSourceSetMode(SourceSetMode.AUTO).
resolve(T) - Method in interface senselogic.sitevision.api.base.Resolver
Resolves a value from an object.
resolveCountryLocale(Locale) - Method in interface senselogic.sitevision.api.i18n.LocaleUtil
Gets a Locale with language and country for a (typically language-only) Locale.
Resolver<T,V> - Interface in senselogic.sitevision.api.base
This is the base interface for all resolvers in the Sitevision Utility API.
resolveSiteCookieByIdentifier(String) - Method in interface senselogic.sitevision.api.cookie.SiteCookieUtil
Convenience method that resolves a sv:siteCookie Node from a given cookie identifier.
resolveToResourceURL(Node, String) - Method in interface senselogic.sitevision.api.webresource.webcontent.WebContentUtil
Resolves an unresolved URL to a resource (potentially needed for all resource references in HTML content that later is updated or appended as raw HTML).
ResourceLocatorUtil - Interface in senselogic.sitevision.api.resource
Utility interface for locating resources.
RESPONSIVE_BREAKPOINT_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the responsive breakpoint repository type.
RESPONSIVE_BREAKPOINT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the responsive breakpoint type.
REST_APP_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the restapp repository type.
REST_APP_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the restapp type.
RestApi<O> - Interface in senselogic.sitevision.api.script
Script utility for server-side invoke of the local Sitevision REST API.
RestAppInvoker<O> - Interface in senselogic.sitevision.api.script.app
Script utility for server-side invoke of a local RESTApp.
RestAppInvokerFactory<O> - Interface in senselogic.sitevision.api.script.app
Creates RestAppInvoker instances.
restore(String, boolean) - Method in interface javax.jcr.Node
Deprecated.
restore(Version, boolean) - Method in interface javax.jcr.Node
Deprecated.
restore(Version, String, boolean) - Method in interface javax.jcr.Node
Deprecated.
restore(Version[], boolean) - Method in interface javax.jcr.version.VersionManager
Restores a set of versions at once.
restore(String, String, boolean) - Method in interface javax.jcr.version.VersionManager
Restores the node at absPath to the state defined by the version with the specified versionName.
restore(Version, boolean) - Method in interface javax.jcr.version.VersionManager
Restores the node in the current workspace that is the versionable node of the specified version to the state reflected in that version.
restore(String, Version, boolean) - Method in interface javax.jcr.version.VersionManager
Restores the specified version to absPath.
restore(Version[], boolean) - Method in interface javax.jcr.Workspace
Deprecated.
restoreByLabel(String, boolean) - Method in interface javax.jcr.Node
Deprecated.
restoreByLabel(String, String, boolean) - Method in interface javax.jcr.version.VersionManager
Restores the version of the node at absPath with the specified version label.
restoreNode(Node) - Method in interface senselogic.sitevision.api.webresource.structure.TrashcanUtil
Restores a node from the site trashcan.
RetentionManager - Interface in javax.jcr.retention
The RetentionManager object is accessed via Session.getRetentionManager().
RetentionPolicy - Interface in javax.jcr.retention
An RetentionPolicy is an object with a name and an optional description.
reverse(List<?>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Reverses the order of the elements in the specified list.
reverseOrder() - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement the Comparable interface.
reverseOrder(Comparator<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a comparator that imposes the reverse ordering of the specified comparator.
revoke(Node) - Method in interface senselogic.sitevision.api.security.RoleAssignment
Revokes this role assignment on a given node.
rint(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
ROLE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the role repository type.
ROLE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the role type.
RoleAssignment - Interface in senselogic.sitevision.api.security
Role assignment representation that can be applied on a node to update its roles setup.
RoleAssignmentBuilder - Interface in senselogic.sitevision.api.security
Builder of RoleAssignment instances.
RoleMatcher - Interface in senselogic.sitevision.api.security
Role matcher representation that can be matched on a node to check "is user in role".
RoleMatcherBuilder - Interface in senselogic.sitevision.api.security
Builder of RoleMatcher instances.
RoleUtil - Interface in senselogic.sitevision.api.security
Role utility interface.
ROOT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the root type.
rotate(List<?>, int) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Rotates the elements in the specified list by the specified distance.
round(float) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the closest int to the argument.
round(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the closest long to the argument.
Row - Interface in javax.jcr.query
A row in the query result table.
RowIterator - Interface in javax.jcr.query
Allows easy iteration through a list of Rows with nextRow as well as a skip method inherited from RangeIterator.
RSS_FEED_ITEM_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a RSS feed item.
RSS_FEED_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a RSS feed repository.
RSS_FEED_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a RSS feed.

S

sameNode(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests whether a node in the specified selector is reachable by a specified absolute path.
SameNode - Interface in javax.jcr.query.qom
Tests whether the selector node is reachable by absolute path path.
sameNodeJoinCondition(String, String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Tests whether a first selector's node is the same as a node identified by relative path from a second selector's node.
SameNodeJoinCondition - Interface in javax.jcr.query.qom
Tests whether two nodes are "the same" according to the isSame method of javax.jcr.Item.
save() - Method in interface javax.jcr.Item
Validates all pending changes currently recorded in this Session that apply to this Item or any of its descendants (that is, the subgraph rooted at this Item).
save() - Method in interface javax.jcr.Session
Validates all pending changes currently recorded in this Session.
scalb(double, int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Return aDouble × 2aScaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Return aFloat × 2aScaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
SCRIPT_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the script field type.
ScriptUtil - Interface in senselogic.sitevision.api.script
Scripting utility interface that might be needed when using a limited scripting or template language (such as Velocity).
search(String, int) - Method in interface senselogic.sitevision.api.search.searcher.Searcher
Executes a search using the components/behaviour that was specified when the Searcher was created.
search(String, String, int) - Method in interface senselogic.sitevision.api.search.searcher.Searcher
Executes a search using the components/behaviour that was specified when the Searcher was created.
search(String, int, int) - Method in interface senselogic.sitevision.api.search.searcher.Searcher
Executes a paginated search using the components/behaviour that was specified when the Searcher was created.
search(String, String, int, int) - Method in interface senselogic.sitevision.api.search.searcher.Searcher
Executes a paginated search using the components/behaviour that was specified when the Searcher was created.
search(String, List<SearchSortField>, int, int) - Method in interface senselogic.sitevision.api.search.SearchUtil
Searches the default index using the multi-field ("edismax") parser.
search(String, String, List<SearchSortField>, int, int) - Method in interface senselogic.sitevision.api.search.SearchUtil
Searches the default index using the single-field ("standard") parser with a specified default field.
search(String) - Method in interface senselogic.sitevision.api.security.DirectoryUtil
Searches for objects in all LDAP directories that are accessible in current context (i.e. current page).
search(String, Node) - Method in interface senselogic.sitevision.api.security.DirectoryUtil
Searches for objects in a specified LDAP directory.
search(String, Node, String) - Method in interface senselogic.sitevision.api.security.DirectoryUtil
Searches for objects in a specified search base in a specified LDAP directory.
Searcher - Interface in senselogic.sitevision.api.search.searcher
A searcher with highly configurable behaviour.
SearcherBuilder - Interface in senselogic.sitevision.api.search.searcher.builder
Builder for creating a Searcher with a specific setup of components.
SearchFacetField - Interface in senselogic.sitevision.api.search.facet
A facet field of a search result.
SearchFacetValue - Interface in senselogic.sitevision.api.search.facet
A facet value of a facet field.
SearchFactory - Interface in senselogic.sitevision.api.search
Factory for creating search-related instances.
SearchFieldUtil - Interface in senselogic.sitevision.api.search
Deprecated.
use the typed methods in SearchHit instead when extracting values from a search result.
SearchHighlighter - Interface in senselogic.sitevision.api.search
Deprecated.
This interface will do absolutely nothing as of Sitevision 3.0 (search engine has been replaced). Interface methods will not do anything (i.e. always return null) and this interface will be completely removed in future releases of Sitevision.
SearchHit - Interface in senselogic.sitevision.api.search
A SearchHit is a container for the search result returned from an Index as well as for the representation of an internal hit as Node.
SearchResult - Interface in senselogic.sitevision.api.search
A SearchResult is a container for the hits returned by a search query.
SearchSortField - Class in senselogic.sitevision.api.search
SearchSortField describes in what way a search result will be ordered.
SearchSortField(String, boolean) - Constructor for class senselogic.sitevision.api.search.SearchSortField
Creates a SearchSortField object.
SearchSuggestion - Interface in senselogic.sitevision.api.search.suggestion
A "Did you mean" suggestion for a search result.
SearchUtil - Interface in senselogic.sitevision.api.search
Convenience interface for querying the default index.
Secret - Class in senselogic.sitevision.api.security
Secret for SecretStore that contains the user and its associated password.
Secret(String, char[]) - Constructor for class senselogic.sitevision.api.security.Secret
Creates a secret.
SecretStore - Interface in senselogic.sitevision.api.security
Interface to "Secret store".
selector(String, String) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Selects a subset of the nodes in the repository based on node type.
Selector - Interface in javax.jcr.query.qom
Selects a subset of the nodes in the repository based on node type.
send() - Method in interface senselogic.sitevision.api.mail.Mail
Sends this mail synchronously.
sendAsync() - Method in interface senselogic.sitevision.api.mail.Mail
Sends this mail asynchronously.
senselogic.sitevision.api - package senselogic.sitevision.api
Contains the Utils interface - the main entry point to get instances of classes in the Sitevision Utility API.
senselogic.sitevision.api.alias - package senselogic.sitevision.api.alias
Alias utility interfaces.
senselogic.sitevision.api.base - package senselogic.sitevision.api.base
Annotations and interfaces that are used or extended by others in this API.
senselogic.sitevision.api.bookmark - package senselogic.sitevision.api.bookmark
Bookmark utility interfaces
senselogic.sitevision.api.client - package senselogic.sitevision.api.client
Client utility interfaces
senselogic.sitevision.api.collaboration - package senselogic.sitevision.api.collaboration
Collaboration utility interfaces.
senselogic.sitevision.api.context - package senselogic.sitevision.api.context
Context utility interfaces
senselogic.sitevision.api.cookie - package senselogic.sitevision.api.cookie
Cookie utility interfaces
senselogic.sitevision.api.date - package senselogic.sitevision.api.date
Date utility interfaces
senselogic.sitevision.api.device - package senselogic.sitevision.api.device
Device utility interfaces
senselogic.sitevision.api.format - package senselogic.sitevision.api.format
Formatting utility interfaces
senselogic.sitevision.api.i18n - package senselogic.sitevision.api.i18n
Internationalization utility interfaces
senselogic.sitevision.api.link - package senselogic.sitevision.api.link
Link utility interfaces.
senselogic.sitevision.api.log - package senselogic.sitevision.api.log
Logging utility interfaces
senselogic.sitevision.api.mail - package senselogic.sitevision.api.mail
Mail utility interfaces
senselogic.sitevision.api.message - package senselogic.sitevision.api.message
Message utility interfaces
senselogic.sitevision.api.metadata - package senselogic.sitevision.api.metadata
Metadata utility interfaces
senselogic.sitevision.api.metadata.builder - package senselogic.sitevision.api.metadata.builder
Temporary metadata value builders.
senselogic.sitevision.api.metadata.value - package senselogic.sitevision.api.metadata.value
Temporary metadata value holders.
senselogic.sitevision.api.node - package senselogic.sitevision.api.node
Node utility interfaces, including predefined node iterators and node comparators
senselogic.sitevision.api.node.builder - package senselogic.sitevision.api.node.builder
Node-related builders.
senselogic.sitevision.api.portlet - package senselogic.sitevision.api.portlet
Interfaces and classes that can be useful when developing custom portlets.
senselogic.sitevision.api.property - package senselogic.sitevision.api.property
Property utility interfaces
senselogic.sitevision.api.redirect - package senselogic.sitevision.api.redirect
Redirect utility interfaces.
senselogic.sitevision.api.render - package senselogic.sitevision.api.render
Rendering utility interfaces that might be needed when rendering
senselogic.sitevision.api.render.velocity - package senselogic.sitevision.api.render.velocity
Velocity rendering interfaces.
senselogic.sitevision.api.render.xslt - package senselogic.sitevision.api.render.xslt
XSLT rendering interfaces.
senselogic.sitevision.api.resource - package senselogic.sitevision.api.resource
Resource utility interfaces (e.g. colors, fonts, decorations, icons, landing pages)
senselogic.sitevision.api.script - package senselogic.sitevision.api.script
Scripting utility interfaces and helpers that might be needed when using a template language (such as Velocity)
senselogic.sitevision.api.script.app - package senselogic.sitevision.api.script.app
RESTApp/WebApp utility interfaces and helpers.
senselogic.sitevision.api.script.factory - package senselogic.sitevision.api.script.factory
Instance creation interfaces that might be needed when using a template language (such as Velocity)
senselogic.sitevision.api.script.proxy - package senselogic.sitevision.api.script.proxy
Dynamic proxying utility interfaces that might be needed in a template language (such as Velocity) when exceptions cause severe rendering problems and must be suppressed.
senselogic.sitevision.api.search - package senselogic.sitevision.api.search
Search utility interfaces
senselogic.sitevision.api.search.facet - package senselogic.sitevision.api.search.facet
Search facets utility interfaces
senselogic.sitevision.api.search.index - package senselogic.sitevision.api.search.index
Index utility interfaces.
senselogic.sitevision.api.search.query - package senselogic.sitevision.api.search.query
Query utility interfaces.
senselogic.sitevision.api.search.searcher - package senselogic.sitevision.api.search.searcher
Searching utility interfaces.
senselogic.sitevision.api.search.searcher.builder - package senselogic.sitevision.api.search.searcher.builder
Search component builders.
senselogic.sitevision.api.search.searcher.component - package senselogic.sitevision.api.search.searcher.component
Search components that specifies the behaviour for a Searcher.
senselogic.sitevision.api.search.sort - package senselogic.sitevision.api.search.sort
Search sorting utility interfaces
senselogic.sitevision.api.search.suggestion - package senselogic.sitevision.api.search.suggestion
Search suggestion utility interfaces ("Did you mean" / similar words)
senselogic.sitevision.api.security - package senselogic.sitevision.api.security
Security utility interfaces
senselogic.sitevision.api.security.jaas - package senselogic.sitevision.api.security.jaas
JAAS interfaces and classes.
senselogic.sitevision.api.security.jaas.callback - package senselogic.sitevision.api.security.jaas.callback
Callback classes for custom JAAS modules/filters.
senselogic.sitevision.api.security.jaas.credential - package senselogic.sitevision.api.security.jaas.credential
Credential classes for custom JAAS modules/filters.
senselogic.sitevision.api.security.jaas.filter - package senselogic.sitevision.api.security.jaas.filter
Filter interfaces for custom JAAS filters.
senselogic.sitevision.api.subscription - package senselogic.sitevision.api.subscription
Subscription and subscriber utility interfaces
senselogic.sitevision.api.tag - package senselogic.sitevision.api.tag
Tag utility interfaces.
senselogic.sitevision.api.text - package senselogic.sitevision.api.text
Text utility interfaces (including encoding/decoding facilities)
senselogic.sitevision.api.user - package senselogic.sitevision.api.user
User utility interfaces.
senselogic.sitevision.api.versioning - package senselogic.sitevision.api.versioning
Versioning utility interfaces (including publish/unpublish facilities)
senselogic.sitevision.api.webresource - package senselogic.sitevision.api.webresource
Web resource (pages, articles, files and images) utility interfaces
senselogic.sitevision.api.webresource.builder - package senselogic.sitevision.api.webresource.builder
Temporary link target builders.
senselogic.sitevision.api.webresource.doctype - package senselogic.sitevision.api.webresource.doctype
DOCTYPE utility interfaces
senselogic.sitevision.api.webresource.mime - package senselogic.sitevision.api.webresource.mime
MIME utility interfaces
senselogic.sitevision.api.webresource.structure - package senselogic.sitevision.api.webresource.structure
Web resource structure and grouping utility interfaces
senselogic.sitevision.api.webresource.webcontent - package senselogic.sitevision.api.webresource.webcontent
Web content (web content of pages, articles and templates) utility interfaces
senselogic.sitevision.api.xml - package senselogic.sitevision.api.xml
XML parser utility interfaces.
ServletCallback - Class in senselogic.sitevision.api.security.jaas.callback
JAAS callback for accessing request and response.
ServletCallback() - Constructor for class senselogic.sitevision.api.security.jaas.callback.ServletCallback
 
Session - Interface in javax.jcr
The Session object provides read and (in level 2) write access to the content of a particular workspace in the repository.
setAbstract(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the abstract flag of the node type.
setAccessKey(String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets what access key the link should have (accesskey attribute on the a element) The accesskey attribute is optional when the result is rendered.
setActivity(Node) - Method in interface javax.jcr.version.VersionManager
This method is called by the client to set the current activity on the current session by specifying a previously created nt:activity node (see VersionManager.createActivity(java.lang.String)).
setAll(T[], IntFunction<? extends T>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(int[], IntUnaryOperator) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(long[], IntToLongFunction) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Set all elements of the specified array, using the provided generator function to compute each element.
setAll(double[], IntToDoubleFunction) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Set all elements of the specified array, using the provided generator function to compute each element.
setAttribute(String, Object) - Method in class javax.jcr.SimpleCredentials
Stores an attribute in this credentials instance.
setAttributeValue(String, String) - Method in interface senselogic.sitevision.api.security.DirectoryAttributes
Sets directory attributes on a directory object.
setAttributeValues(String, List) - Method in interface senselogic.sitevision.api.security.DirectoryAttributes
Sets directory attributes on a directory object.
setAutoCreated(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the auto-create status of the node.
setAutoCreated(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the auto-create status of the property.
setAvailableQueryOperators(String[]) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the queryable status of the property.
setBoostQuery(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
Sets a boost query.
setBuddyIconSize(BuddyIconRenderer.BuddyIconSize) - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
Sets the size for rendered buddy icons.
setCredentials(char[]) - Method in class senselogic.sitevision.api.security.Secret
Sets the credentials of this secret.
setCustomSpellCheckQuery(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.SpellCheckBuilder
Sets a custom query/expression spellchecker should use when the extracting result.
setDeclaredSuperTypeNames(String[]) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the names of the supertypes of the node type.
setDefaultField(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.StandardParserBuilder
Sets the default query field.
setDefaultPrimaryTypeName(String) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the name of the default primary type of this node.
setDefaultValues(Value[]) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the default value (or values, in the case of a multi-value property) of the property.
setDescription(String) - Method in interface senselogic.sitevision.api.metadata.builder.LinkValueBuilder
Sets the link description.
setDescription(String) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Sets the image description (alt attribute on the img element).
setDescription(String) - Method in interface senselogic.sitevision.api.webresource.builder.LinkTargetBuilder
Sets the description.
setDimensionMode(DimensionMode) - Method in interface senselogic.sitevision.api.render.ImageRenderer
The width/height rendering strategy.
setDisabled(boolean) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
Sets the availability of the wrapped user identity.
setDownloadProtected(Node, boolean) - Method in interface senselogic.sitevision.api.webresource.FileUtil
Modifies download protection for a file.
setDownloadProtected(Node, boolean) - Method in interface senselogic.sitevision.api.webresource.structure.FolderUtil
Modifies download protection for a file folder (download protection only applies to new files created in the file folder).
setEnableQueryLogging(boolean) - Method in interface senselogic.sitevision.api.search.searcher.builder.MonitorBuilder
Sets the query logging mode on or off.
setExternalTarget(String) - Method in interface senselogic.sitevision.api.metadata.builder.LinkValueBuilder
Sets the target.
setExternalTarget(String) - Method in interface senselogic.sitevision.api.webresource.builder.LinkTargetBuilder
Sets the target.
setFile(File) - Method in interface senselogic.sitevision.api.node.builder.TemporaryFileNodeBuilder
Sets the file.
setFileName(String) - Method in interface senselogic.sitevision.api.node.builder.TemporaryFileNodeBuilder
Sets the name of the file.
setFilter(Filter) - Method in interface senselogic.sitevision.api.search.searcher.builder.SearcherBuilder
Sets the filter component.
setFont(Node) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets the class name the link should use (class attribute on an a element) based on a given font node.
setFontClass(String) - Method in interface senselogic.sitevision.api.render.FileIconRenderer
Sets the CSS class name(-s) to use when rendering.
setFontClass(String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets the class name the link should use (class attribute on the a element).
setFragmentCharCount(int) - Method in interface senselogic.sitevision.api.search.searcher.builder.HighlightBuilder
Sets the number of chars that highlighted fragment should contain.
setFragmentPostString(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.HighlightBuilder
Sets the end value for the highlighted section(s) of a fragment.
setFragmentPreString(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.HighlightBuilder
Sets the start value for the highlighted section(s) of a fragment.
setFrom(String) - Method in interface senselogic.sitevision.api.mail.MailBuilder
Sets the from address.
setFullTextSearchable(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the full-text-searchable status of the property.
setGroupDescription(String) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
Sets the group description of the wrapped collaboration group.
setGroupState(CollaborationGroupState) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
Changes the collaboration group state of the wrapped collaboration group.
setGroupType(CollaborationGroupType) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
Changes the collaboration group type of the wrapped collaboration group.
setHidden(boolean) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
Sets the visibility of the wrapped user identity in search results.
setHighlight(Highlight) - Method in interface senselogic.sitevision.api.search.searcher.builder.SearcherBuilder
Sets the highlight component.
setHoverImage(Node) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Sets a hover image that will be activated on the onmouseover javascript event.
setHrefLang(String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets the hreflang attribute on the a element (hints at the language of the linked resource).
setHtmlMessage(String) - Method in interface senselogic.sitevision.api.mail.MailBuilder
Sets the html message.
setId(String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets the id value (id attribute on the a element), most likely only needed if some kind of javascript/ajax code needs to access the rendered link via its id.
setImage(Node) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Sets the image to be rendered.
setImageScaler(ImageScaler) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Sets the image scaler that should be used by the renderer if useImageScaler is true.
setIndex(Node) - Method in interface senselogic.sitevision.api.search.searcher.builder.SearcherBuilder
Sets the index to search in.
setInternalTarget(Node) - Method in interface senselogic.sitevision.api.metadata.builder.LinkValueBuilder
Sets the target.
setInternalTarget(Node) - Method in interface senselogic.sitevision.api.webresource.builder.LinkTargetBuilder
Sets the target.
setLang(String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets the lang attribute on the a element (defines the language of the element).
setLazyLoad(boolean) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Sets whether or not the image should be lazy loaded (loaded when it appears in the browser's viewport).
setLimit(long) - Method in interface javax.jcr.query.Query
Sets the maximum size of the result set to limit.
setLinkBuddyIcon(boolean) - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
Whether or not rendered buddy icons should be linked.
setLocale(Locale) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
Alters the render Locale used by the wrapped collaboration group.
setLocale(Locale) - Method in interface senselogic.sitevision.api.render.FileIconRenderer
The locale to use when extracting the decription of file icons.
setMailTarget(String) - Method in interface senselogic.sitevision.api.metadata.builder.LinkValueBuilder
Sets the target.
setMailTarget(String) - Method in interface senselogic.sitevision.api.webresource.builder.LinkTargetBuilder
Sets the target.
setMandatory(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the mandatory status of the node.
setMandatory(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the mandatory status of the property.
setMaxFractionDigits(int) - Method in interface senselogic.sitevision.api.format.NumericFormatterBuilder
Sets the maximum number of digits allowed in the fraction portion of a number.
setMaxIntegerDigits(int) - Method in interface senselogic.sitevision.api.format.NumericFormatterBuilder
Sets the maximum number of digits allowed in the integer portion of a number.
setMetadataPropertyValue(Node, Property, Object) - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
Set a new value to a metadata Property on a Node.
setMetadataPropertyValue(Node, String, Object) - Method in interface senselogic.sitevision.api.metadata.MetadataUtil
Set a new value to a metadata Property on a Node.
setMinFractionDigits(int) - Method in interface senselogic.sitevision.api.format.NumericFormatterBuilder
Sets the minimum number of digits allowed in the fraction portion of a number.
setMinimumShouldMatch(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
Sets the minimum should match.
setMinIntegerDigits(int) - Method in interface senselogic.sitevision.api.format.NumericFormatterBuilder
Sets the minimum number of digits allowed in the integer portion of a number.
setMixin(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the mixin flag of the node type.
setMonitor(Monitor) - Method in interface senselogic.sitevision.api.search.searcher.builder.SearcherBuilder
Sets the monitor component.
setMultiple(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the multi-value status of the property.
setName(String) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the name of the node.
setName(String) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the name of the node type.
setName(String) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the name of the property.
setName(String) - Method in interface senselogic.sitevision.api.metadata.builder.LinkValueBuilder
Sets the link name.
setName(String) - Method in interface senselogic.sitevision.api.node.builder.TemporaryNodeBuilder
Sets the name of the temporary node that can be built by this builder.
setNamespacePrefix(String, String) - Method in interface javax.jcr.Session
Within the scope of this Session, this method maps uri to prefix.
setNodePrincipal(Node) - Method in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
Sets the node principal.
setOffset(long) - Method in interface javax.jcr.query.Query
Sets the start offset of the result set to offset.
setOnclick(String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets the onclick value (onclick attribute and onkeypress attribute on the a element), typically some kind of Javascript The onclick attribute is optional when the result is rendered.
setOnParentVersion(int) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the on-parent-version status of the node.
setOnParentVersion(int) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the on-parent-version status of the property.
setOpenInNewWindow(boolean) - Method in interface senselogic.sitevision.api.metadata.builder.LinkValueBuilder
Sets open in new window.
setOpenInNewWindow(boolean) - Method in interface senselogic.sitevision.api.webresource.builder.LinkTargetBuilder
Sets open in new window.
setOpenNewWindow(boolean) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Should the link target be opened in a new window or not?
setOrderableChildNodes(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the orderable child nodes flag of the node type.
setPage(Node) - Method in interface senselogic.sitevision.api.render.TextModuleRendererBuilder
Sets the page of this builder.
setParser(Parser) - Method in interface senselogic.sitevision.api.search.searcher.builder.SearcherBuilder
Sets the parser component.
setPermissionCheck(PermissionCheck) - Method in interface senselogic.sitevision.api.search.searcher.builder.SearcherBuilder
Sets the permission check component.
setPermissionStrategy(PermissionStrategy) - Method in interface senselogic.sitevision.api.search.searcher.builder.PermissionCheckBuilder
Sets the permission strategy.
setPhoneTarget(String) - Method in interface senselogic.sitevision.api.metadata.builder.LinkValueBuilder
Sets the target.
setPhoneTarget(String) - Method in interface senselogic.sitevision.api.webresource.builder.LinkTargetBuilder
Sets the target.
setPolicy(String, AccessControlPolicy) - Method in interface javax.jcr.security.AccessControlManager
Binds the policy to the node at absPath.
setPrimaryItemName(String) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the name of the primary item.
setPrimaryType(String) - Method in interface javax.jcr.Node
Changes the primary node type of this node to nodeTypeName.
setPrincipal(Principal) - Method in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
Sets the principal.
setPrincipal(Principal) - Method in class senselogic.sitevision.api.security.jaas.callback.UserPrincipalCallback
Sets the principal that corresponds to the given username.
setPrincipal(Node) - Method in interface senselogic.sitevision.api.security.RoleAssignmentBuilder
Sets the principal (sv:user, sv:simpleUser, sv:userGroup or sv:virtualGroup).
setPrincipal(String) - Method in class senselogic.sitevision.api.security.Secret
Sets the principal of this secret.
setProfileImage(Node) - Method in interface senselogic.sitevision.api.collaboration.CollaborationGroupWrapper
Sets the profile image of the wrapped collaboration group.
setProfileImage(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
Sets the profile image of the wrapped user identity.
setProperty(String, Value) - Method in interface javax.jcr.Node
Sets the single-value property of this node called name to the specified value.
setProperty(String, Value, int) - Method in interface javax.jcr.Node
Sets the single-value property of this node called name to the specified value and the specified type.
setProperty(String, Value[]) - Method in interface javax.jcr.Node
Sets the multi-value property of this node called name to the specified array of values.
setProperty(String, Value[], int) - Method in interface javax.jcr.Node
Sets the multi-value property of this node called name to the specified array of values.
setProperty(String, String[]) - Method in interface javax.jcr.Node
Sets the specified property to the specified array of values.
setProperty(String, String[], int) - Method in interface javax.jcr.Node
Sets the specified property to the specified array of values and to the specified type.
setProperty(String, String) - Method in interface javax.jcr.Node
Sets the specified single-value property to the specified value.
setProperty(String, String, int) - Method in interface javax.jcr.Node
Sets the specified single-value property to the specified value.
setProperty(String, InputStream) - Method in interface javax.jcr.Node
Deprecated.
As of JCR 2.0, Node.setProperty(String, Binary) should be used instead.
setProperty(String, Binary) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a Binary and, if possible, the type assigned to the property is BINARY, otherwise a best-effort conversion is attempted.
setProperty(String, boolean) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a boolean and, if possible, the type assigned to the property is BOOLEAN, otherwise a best-effort conversion is attempted.
setProperty(String, double) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a double and, if possible, the type assigned to the property is DOUBLE, otherwise a best-effort conversion is attempted.
setProperty(String, BigDecimal) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a BigDecimal and, if possible, the type assigned to the property is DECIMAL, otherwise a best-effort conversion is attempted.
setProperty(String, long) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a long and, if possible, the type assigned to the property is LONG, otherwise a best-effort conversion is attempted.
setProperty(String, Calendar) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a Calendar and, if possible, the type assigned to the property is DATE, otherwise a best-effort conversion is attempted.
setProperty(String, Node) - Method in interface javax.jcr.Node
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is specified as a Node and, if possible, the type assigned to the property is REFERENCE or WEAKREFERENCE, otherwise a best-effort conversion is attempted.
setProtected(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the protected status of the node.
setProtected(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the protected status of the property.
setQueryable(boolean) - Method in interface javax.jcr.nodetype.NodeTypeTemplate
Sets the queryable status of the node type.
setQueryOperator(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.StandardParserBuilder
Sets the query operator.
setQueryOrderable(boolean) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the query-orderable status of the property.
setRel(String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets the rel that should be used (rel attribute on the a element) The rel attribute is optional when the result is rendered.
setRequest(HttpServletRequest) - Method in class senselogic.sitevision.api.security.jaas.callback.ServletCallback
Sets the request of this callback.
setRequiredPrimaryTypeNames(String[]) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the names of the required primary types of this node.
setRequiredType(int) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the required type of the property.
setResourcePriority(Node, int) - Method in interface senselogic.sitevision.api.search.index.IndexingUtil
Sets the resource priority for an indexable node.
setResponse(HttpServletResponse) - Method in class senselogic.sitevision.api.security.jaas.callback.ServletCallback
Sets the response of this callback.
setRetentionPolicy(String, RetentionPolicy) - Method in interface javax.jcr.retention.RetentionManager
Sets the retention policy of the node at absPath to that defined in the specified policy node.
setRole(Node) - Method in interface senselogic.sitevision.api.security.RoleAssignmentBuilder
Sets the role (sv:role).
setSameNameSiblings(boolean) - Method in interface javax.jcr.nodetype.NodeDefinitionTemplate
Sets the same-name sibling status of this node.
setSecret(Object, Object) - Method in interface senselogic.sitevision.api.security.SecretStore
Sets a secret for a specified key.
setSecrets(Map<Object, Object>) - Method in interface senselogic.sitevision.api.security.SecretStore
Sets a map of secrets.
setSort(Sort) - Method in interface senselogic.sitevision.api.search.searcher.builder.SearcherBuilder
Sets the sort component.
setSourceSetMode(SourceSetMode) - Method in interface senselogic.sitevision.api.render.ImageRenderer
The srcset attribute rendering strategy.
setSpellCheck(SpellCheck) - Method in interface senselogic.sitevision.api.search.searcher.builder.SearcherBuilder
Sets the spell check (suggestions/did-you-mean) component.
setStringTarget(String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets what the link target is, i.e "what the link links to" (href attribute on the a element).
setStyle(String) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Sets the style (style attribute on the img element).
setStyle(String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets the css style the link should have (style attribute on the a element).
setSubject(String) - Method in interface senselogic.sitevision.api.mail.MailBuilder
Sets the subject.
setTarget(Node) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets what the link target is, i.e "what the link links to" (href attribute on the a element).
setText(String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets the text that the link should display, i.e.
setTextMessage(String) - Method in interface senselogic.sitevision.api.mail.MailBuilder
Sets the text message.
setTieBreaker(double) - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
Sets the tiebreaker.
setTitle(String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Sets the title the link should have (title attribute on the a element).
setTranslatedFrom(Node, Node) - Method in interface senselogic.sitevision.api.i18n.TranslationUtil
Sets the translated from node to the page node provided as translation node.
setUseAutoDescription(boolean) - Method in interface senselogic.sitevision.api.render.ImageRenderer
A description fallback strategy that makes it possible to render a description value even if no description has been set.
setUseAutoTitle(boolean) - Method in interface senselogic.sitevision.api.render.ImageRenderer
A title fallback strategy that makes it possible to render a title value even if no description is available.
setUseAutoTitle(boolean) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Ensures title always will have a value.
setUseCrossSiteTargetChecking(boolean) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Should cross-site internal Node links be handled or not?
setUseDescription(boolean) - Method in interface senselogic.sitevision.api.render.FileIconRenderer
If file icon descriptions should be used or not.
setUseDownload(boolean) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Should the browser download the link target instead of navigating to it?
setUseEncoding(boolean) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Sets whether or not descriptions should be encoded.
setUseEncoding(boolean) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Should text and attributes be properly encoded or not?
setUseGrouping(boolean) - Method in interface senselogic.sitevision.api.format.NumericFormatterBuilder
Set whether or not grouping will be used in this formatter.
setUseImageScaler(boolean) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Decides if an image scaler should be used or not.
setUseLinkDecorationSettings(boolean) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Use icons for "external", "new window" and "new window, external" according to Site's settings or not.
setUseParameterEncoding(boolean) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Should target parameters be URL encoded or not?
setUser(Node) - Method in interface senselogic.sitevision.api.security.RoleMatcherBuilder
Sets the user (sv:user, sv:simpleUser).
setUserData(String) - Method in interface javax.jcr.observation.ObservationManager
Sets the user data information that will be returned by Event.getUserData().
setUserData(String, Serializable) - Method in interface senselogic.sitevision.api.user.UserDataUtil
Sets user data for current user.
setUserData(Node, String, Serializable) - Method in interface senselogic.sitevision.api.user.UserDataUtil
Sets user data for a user.
setUseResourceDecorationSettings(boolean) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Use icons/descriptions for known file types according to Site's settings or not.
setUserFields(String) - Method in interface senselogic.sitevision.api.search.searcher.builder.ExtendedDismaxParserBuilder
Sets the user fields.
setUseSmallIcons(boolean) - Method in interface senselogic.sitevision.api.render.FileIconRenderer
Which type if file icons (small or large) that should be rendered.
setUseTitleRendering(boolean) - Method in interface senselogic.sitevision.api.render.ImageRenderer
A title strategy that makes it possible to render a title attribute with the description as value.
setValue(Value) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(Value[]) - Method in interface javax.jcr.Property
Sets the value of this property to the values array.
setValue(String) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(String[]) - Method in interface javax.jcr.Property
Sets the value of this property to the values array.
setValue(InputStream) - Method in interface javax.jcr.Property
Deprecated.
As of JCR 2.0, Property.setValue(Binary) should be used instead.
setValue(Binary) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(long) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(double) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(BigDecimal) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(Calendar) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(boolean) - Method in interface javax.jcr.Property
Sets the value of this property to value.
setValue(Node) - Method in interface javax.jcr.Property
Sets this REFERENCE or WEAKREFERNCE property to refer to the specified node.
setValue(String) - Method in class senselogic.sitevision.api.security.jaas.callback.SharedStateCallback
Sets the value for the name of this callback.
setValue(List) - Method in class senselogic.sitevision.api.security.jaas.callback.UserAttributeCallback
Sets a list of user attribute values.
setValueConstraints(String[]) - Method in interface javax.jcr.nodetype.PropertyDefinitionTemplate
Sets the value constraints of the property.
setVersioned(Node, boolean) - Method in interface senselogic.sitevision.api.webresource.FileUtil
Modifies versioning for a file.
setVersioned(Node, boolean) - Method in interface senselogic.sitevision.api.webresource.structure.FolderUtil
Modifies versioning for a file folder (versioning only applies to new files created in the file folder).
SharedStateCallback - Class in senselogic.sitevision.api.security.jaas.callback
JAAS callback for fetching request headers.
SharedStateCallback(String) - Constructor for class senselogic.sitevision.api.security.jaas.callback.SharedStateCallback
Create a callback which fetches shared state.
shuffle(List<?>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Randomly permutes the specified list using a default source of randomness.
shuffle(List<?>, Random) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Randomly permute the specified list using the specified source of randomness.
signum(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the signum function of the argument.
signum(float) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the signum function of the argument.
SIMPLE_USER_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the simple user type.
SimpleCredentials - Class in javax.jcr
SimpleCredentials implements the Credentials interface and represents simple user ID/password credentials.
SimpleCredentials(String, char[]) - Constructor for class javax.jcr.SimpleCredentials
The constructor creates a new SimpleCredentials object, given a user ID and password.
simpleSearch(String, String, List<String>) - Method in interface senselogic.sitevision.api.security.DirectoryUtil
Searches for ids in a specified search base in all directories.
SimpleUserUtil - Interface in senselogic.sitevision.api.user
Simple user utility interface.
sin(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the trigonometric sine of an angle.
SINGLE_SELECTION_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the single selection field type.
singleton(T) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an immutable set containing only the specified object.
singletonList(T) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an immutable list containing only the specified object.
singletonMap(K, V) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an immutable map, mapping only the specified key to the specified value.
sinh(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the hyperbolic sine of a double value.
SITE_COOKIE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the site cookie repository type.
SITE_COOKIE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the site cookie type.
SITE_PAGE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the site page.
SITE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the site.
SiteCookieUtil - Interface in senselogic.sitevision.api.cookie
Site cookie utility interface.
size() - Method in interface senselogic.sitevision.api.script.factory.ListWrapper
The size (number of elements) of the wrapped list.
skip(long) - Method in interface javax.jcr.RangeIterator
Skip a number of elements in the iterator.
skipTo(long) - Method in interface javax.jcr.observation.EventJournal
Skip all elements of the iterator earlier than date.
smartWildcard(String) - Method in interface senselogic.sitevision.api.search.query.QueryStringUtil
Gets a prefix/wildcard query that potentially will be scored.
SN - Static variable in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
The key/property name to use (by login modules) to set the surname property on the node principal.
sort(long[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array of longs into ascending numerical order.
sort(long[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the specified array of longs into ascending numerical order.
sort(int[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array of ints into ascending numerical order.
sort(int[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the specified array of ints into ascending numerical order.
sort(short[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array of shorts into ascending numerical order.
sort(short[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the specified array of shorts into ascending numerical order.
sort(char[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array of chars into ascending numerical order.
sort(char[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the specified array of chars into ascending numerical order.
sort(byte[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array of bytes into ascending numerical order.
sort(byte[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the specified array of bytes into ascending numerical order.
sort(double[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array of doubles into ascending numerical order.
sort(double[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the specified array of doubles into ascending numerical order.
sort(float[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array of floats into ascending numerical order.
sort(float[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the specified array of floats into ascending numerical order.
sort(Object[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array of objects into ascending order, according to the Comparable natural ordering of its elements.
sort(Object[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the specified array of objects into ascending order, according to the Comparable natural ordering of its elements.
sort(T[], Comparator<? super T>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified array of objects according to the order induced by the specified comparator.
sort(T[], int, int, Comparator<? super T>) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
sort(List<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Sorts the specified list into ascending order, according to the natural ordering of its elements.
sort(List<T>, Comparator<? super T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Sorts the specified list according to the order induced by the specified comparator.
sort(Comparator) - Method in interface senselogic.sitevision.api.script.factory.ListWrapper
Sorts the wrapped list.
Sort - Interface in senselogic.sitevision.api.search.searcher.component
A sort component that defines the sorting behaviour for a Searcher.
SortBuilder - Interface in senselogic.sitevision.api.search.searcher.builder
Builder for creating a Sort component with specific behaviour.
Source - Interface in javax.jcr.query.qom
Evaluates to a set of node-tuples.
SourceSetMode - Enum in senselogic.sitevision.api.render
Source set rendering mode, determines whether or not a srcset attribute should be rendered.
SPEC_NAME_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the name of the specification that this repository implements.
SPEC_VERSION_DESC - Static variable in interface javax.jcr.Repository
The descriptor key for the version of the specification that this repository implements.
SpellCheck - Interface in senselogic.sitevision.api.search.searcher.component
A spell check component that defines the "did you mean" behaviour for a Searcher.
SpellCheckBuilder - Interface in senselogic.sitevision.api.search.searcher.builder
Builder for creating a SpellCheck component.
split(Collection<Node>, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeFilterUtil
Gets the filtering result of a split operation for a collection of nodes with a node filter as divider.
split(NodeIterator, Filter<Node>) - Method in interface senselogic.sitevision.api.node.NodeIteratorUtil
Gets the filtering result of a split operation for a node iterator with a node filter as divider.
splitCollectionToQueryParts(Collection<String>, String) - Method in interface senselogic.sitevision.api.search.query.QueryStringUtil
Transforms multiple strings with delimiters to a string that could be used in a field-grouped query expression.
spliterator(T[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a Spliterator covering all of the specified array.
spliterator(T[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a Spliterator covering the specified range of the specified array.
spliterator(int[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a Spliterator.OfInt covering all of the specified array.
spliterator(int[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a Spliterator.OfInt covering the specified range of the specified array.
spliterator(long[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a Spliterator.OfLong covering all of the specified array.
spliterator(long[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a Spliterator.OfLong covering the specified range of the specified array.
spliterator(double[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a Spliterator.OfDouble covering all of the specified array.
spliterator(double[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a Spliterator.OfDouble covering the specified range of the specified array.
splitToQueryParts(String, String) - Method in interface senselogic.sitevision.api.search.query.QueryStringUtil
Transforms a string with delimiters to a string that could be used in a field-grouped query expression.
SQL - Static variable in interface javax.jcr.query.Query
Deprecated.
As of JCR 2.0, this language is deprecated.
sqrt(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the correctly rounded positive square root of a double value.
StandardParserBuilder - Interface in senselogic.sitevision.api.search.searcher.builder
Builder for creating a single-field Parser component with specific behaviour.
StaticOperand - Interface in javax.jcr.query.qom
An operand whose value can be determined from static analysis of the query, prior to its evaluation.
STATUS_INDEX_NOT_AVAILABLE - Static variable in interface senselogic.sitevision.api.search.SearchResult
Search is unsuccessful due to a missing index.
STATUS_OK - Static variable in interface senselogic.sitevision.api.search.SearchResult
Search is successful.
STATUS_PARSE_ERROR - Static variable in interface senselogic.sitevision.api.search.SearchResult
Search is unsuccessful due to an invalid search query.
STATUS_UNEXPECTED_ERROR - Static variable in interface senselogic.sitevision.api.search.SearchResult
Search is unsuccessful due to an unexpected error.
storeAsNode(String) - Method in interface javax.jcr.query.Query
Creates a node of type nt:query holding this query at absPath and returns that node.
stream(T[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a sequential Stream with the specified array as its source.
stream(T[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a sequential Stream with the specified range of the specified array as its source.
stream(int[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a sequential IntStream with the specified array as its source.
stream(int[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a sequential IntStream with the specified range of the specified array as its source.
stream(long[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a sequential LongStream with the specified array as its source.
stream(long[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a sequential LongStream with the specified range of the specified array as its source.
stream(double[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a sequential DoubleStream with the specified array as its source.
stream(double[], int, int) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a sequential DoubleStream with the specified range of the specified array as its source.
STRING - Static variable in class javax.jcr.PropertyType
The STRING property type is used to store strings.
stringToDouble(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
Method that converts a string to a double.
stringToFloat(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
Method that converts a string to a float.
stringToInt(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
Method that converts a string to an int.
stringToLong(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
Method that converts a string to a long.
stripLocalParams(String) - Method in interface senselogic.sitevision.api.search.query.QueryStringUtil
Strips Local params for a query string.
stripTrailingAnyChars(String) - Method in interface senselogic.sitevision.api.search.query.QueryStringUtil
Strips all trailing "any" chars.
STRUCTURE_FOLDER_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a structure folder.
STRUCTURE_LINK_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a structure link.
STRUCTURE_PAGE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a structure page.
StructureUtil - Interface in senselogic.sitevision.api.webresource.structure
Utility interface for alterations of the node structure.
SUB_ALTERNATIVE_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the sub alternative field type.
SUB_QUERY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the sub query type.
SUB_SCRIPT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the sub script type.
SubscriberUtil - Interface in senselogic.sitevision.api.subscription
Subscriber utility interface.
SubscriptionUtil - Interface in senselogic.sitevision.api.subscription
Subscription utility interface.
subtractExact(int, int) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the difference of the arguments, throwing an exception if the result overflows an int.
subtractExact(long, long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the difference of the arguments, throwing an exception if the result overflows a long.
swallow(Object) - Method in interface senselogic.sitevision.api.script.ScriptUtil
A utility method that can be used to prevent method invocation return values to be added to the Velocity output.
swap(List<?>, int, int) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Swaps the elements at the specified positions in the specified list.
synchronizedCollection(Collection<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a synchronized (thread-safe) collection backed by the specified collection.
synchronizedList(List<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a synchronized (thread-safe) list backed by the specified list.
synchronizedMap(Map<K, V>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a synchronized (thread-safe) map backed by the specified map.
synchronizedNavigableMap(NavigableMap<K, V>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a synchronized (thread-safe) navigable map backed by the specified navigable map.
synchronizedNavigableSet(NavigableSet<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a synchronized (thread-safe) navigable set backed by the specified navigable set.
synchronizedSet(Set<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a synchronized (thread-safe) set backed by the specified set.
synchronizedSortedMap(SortedMap<K, V>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
synchronizedSortedSet(SortedSet<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
SYSTEM_GROUP_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the system group type.
SYSTEM_USER_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the system user type.
SystemUserUtil - Interface in senselogic.sitevision.api.user
System user utility interface.

T

TAG_GROUP_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the tag group repository type.
TAG_GROUP_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the tag group type.
TAG_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the tag repository type.
TAG_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the tag type.
TagUtil - Interface in senselogic.sitevision.api.tag
Tag utility interface for tree nodes.
tan(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the trigonometric tangent of an angle.
tanh(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the hyperbolic tangent of a double value.
TELEPHONE_NUMBER - Static variable in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
The key/property name to use (by login modules) to set the phone property on the node principal.
TEMPLATE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the template repository type.
TEMPLATE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a template.
TemplateUtil - Interface in senselogic.sitevision.api.resource
Template utility interface that primarily handles nodes with primary node type sv:template.
TEMPORARY_FILE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the temporary file type.
TEMPORARY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the temporary type.
TemporaryFileNodeBuilder - Interface in senselogic.sitevision.api.node.builder
Builds volatile and short-lived nodes with primary node type sv:temporaryFile.
TemporaryNodeBuilder - Interface in senselogic.sitevision.api.node.builder
Builds volatile and short-lived nodes with primary node type sv:temporaryNode.
TEXT_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the text field type.
TextModuleRenderer - Interface in senselogic.sitevision.api.render
TextModuleRenderer is a stateful renderer of Sitevision Text modules on a specific page.
TextModuleRendererBuilder - Interface in senselogic.sitevision.api.render
Builder for creating a TextModuleRenderer instance.
TIMELINE_ENTRY_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the timeline entry repository type.
TIMELINE_ENTRY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the timeline entry type.
TIMELINE_FILE_ENTRY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the timeline file entry type.
TIMELINE_FILE_WALL_ENTRY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the timeline file wall entry type.
TIMELINE_SHARE_ENTRY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the timeline share entry type.
TIMELINE_SHARE_PAGE_ENTRY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the timeline share page entry type.
TIMELINE_WALL_ENTRY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the timeline wall entry type.
TimestampUtil - Interface in senselogic.sitevision.api.date
Timestamp utility interface.
TITLE - Static variable in class senselogic.sitevision.api.security.jaas.callback.NodePrincipalCallback
The key/property name to use (by login modules) to set the title property on the node principal.
toArray() - Method in interface senselogic.sitevision.api.script.factory.ListWrapper
Returns an array containing all of the elements in the wrapped list.
toBase64(Node) - Method in interface senselogic.sitevision.api.webresource.ImageUtil
The Base64 String representation of an image Node.
toCalendar(Date) - Method in interface senselogic.sitevision.api.date.DateUtil
Converts a Date to a Calendar.
toCalendar(long) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Converts a timestamp to a Calendar.
toDate(Calendar) - Method in interface senselogic.sitevision.api.date.DateUtil
Converts a Calendar to a Date.
toDate(long) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Converts a timestamp to a Date.
toDegrees(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toInstant(long) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Converts a timestamp to a Instant.
toIntExact(long) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the value of the long argument, throwing an exception if the value overflows an int.
toList(NodeIterator) - Method in interface senselogic.sitevision.api.node.NodeIteratorUtil
Gets a list of all nodes of a node iterator.
toLocalDateTime(long) - Method in interface senselogic.sitevision.api.date.TimestampUtil
Converts a timestamp to a LocalDateTime (using the system default ZoneId).
TOPIC_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the topic repository type.
TOPIC_TIMELINE_ENTRY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the topic timeline entry type.
TOPIC_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the topic type.
toRadians(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toString(long[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a string representation of the contents of the specified array.
toString(int[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a string representation of the contents of the specified array.
toString(short[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a string representation of the contents of the specified array.
toString(char[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a string representation of the contents of the specified array.
toString(byte[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a string representation of the contents of the specified array.
toString(boolean[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a string representation of the contents of the specified array.
toString(float[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a string representation of the contents of the specified array.
toString(double[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a string representation of the contents of the specified array.
toString(Object[]) - Method in interface senselogic.sitevision.api.script.factory.ArraysInstance
Returns a string representation of the contents of the specified array.
trace(String) - Method in interface senselogic.sitevision.api.log.LogUtil
Logs a trace message to the Sitevision server log.
trace(String, Throwable) - Method in interface senselogic.sitevision.api.log.LogUtil
Logs a trace message to the Sitevision server log.
transform(String, Object) - Method in interface senselogic.sitevision.api.render.xslt.XSLTUtil
Transforms a HTML/XML source using a XSL template.
TranslationUtil - Interface in senselogic.sitevision.api.i18n
Translation utility interface.
TRASHCAN_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the trashcan.
TrashcanUtil - Interface in senselogic.sitevision.api.webresource.structure
Trashcan utility interface for delete and restore of nodes.
TraversingItemVisitor - Class in javax.jcr.util
An implementation of ItemVisitor.
TraversingItemVisitor() - Constructor for class javax.jcr.util.TraversingItemVisitor
Constructs a new instance of this class.
TraversingItemVisitor(boolean) - Constructor for class javax.jcr.util.TraversingItemVisitor
Constructs a new instance of this class.
TraversingItemVisitor(boolean, int) - Constructor for class javax.jcr.util.TraversingItemVisitor
Constructs a new instance of this class.
TraversingItemVisitor.Default - Class in javax.jcr.util
Convenience class providing default implementations of the abstract methods of TraversingItemVisitor.
trimToEmpty(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
Removes leading and ending control characters (char <= 32) from a String and returns the result (empty String ("") if the string is empty or null).
trimToNull(String) - Method in interface senselogic.sitevision.api.script.ScriptUtil
Removes leading and ending control characters (char <= 32) from a String and returns the result (null if the string is empty or null).
TYPE_EXTERNAL - Static variable in interface senselogic.sitevision.api.search.SearchHit
Indicates that the hit is an external resource
TYPE_INTERNAL - Static variable in interface senselogic.sitevision.api.search.SearchHit
Indicates that the hit is an internal resource managed by the Sitevision server
TypedArgument - Interface in senselogic.sitevision.api.script.factory
This interface is a representation of a constructor argument (it's value and type) that can be used to create Java object instances via InstanceCreatorUtil.
TYPENAME_BINARY - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.
TYPENAME_BOOLEAN - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.
TYPENAME_DATE - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.
TYPENAME_DECIMAL - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.
TYPENAME_DOUBLE - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.
TYPENAME_LONG - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.
TYPENAME_NAME - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.
TYPENAME_PATH - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.
TYPENAME_REFERENCE - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.
TYPENAME_STRING - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.
TYPENAME_UNDEFINED - Static variable in class javax.jcr.PropertyType
 
TYPENAME_URI - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.
TYPENAME_WEAKREFERENCE - Static variable in class javax.jcr.PropertyType
String constant for type name as used in serialization.

U

ulp(double) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the size of an ulp of the argument.
ulp(float) - Method in interface senselogic.sitevision.api.script.factory.MathInstance
Returns the size of an ulp of the argument.
UNDEFINED - Static variable in class javax.jcr.PropertyType
This constant can be used within a property definition (see 4.7.5 Property Definitions) to specify that the property in question may be of any type.
unEscapeHTML4(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Unescapes/decodes a string containing HTML 4 entities to a string containing the actual Unicode characters corresponding to the entities.
unEscapeIdentifier(String, String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Unescapes/decodes an escaped/encoded identifier.
unEscapeJcrName(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Unescapes/decodes a jcr name (property name or node name) that might be escape/encoded.
unEscapeXML(String) - Method in interface senselogic.sitevision.api.text.EndecUtil
Unescapes/decodes a string containing basic XML entities to a string containing the actual Unicode characters corresponding to the entities.
unfollowGroup(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
The wrapped user identity stops following/eavesdropping a collaboration group.
unlock(String) - Method in interface javax.jcr.lock.LockManager
Removes the lock on the node at absPath.
unlock() - Method in interface javax.jcr.Node
Deprecated.
As of JCR 2.0, LockManager.unlock(String) should be used instead.
unmodifiableCollection(Collection<? extends T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an unmodifiable view of the specified collection.
unmodifiableList(List<? extends T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an unmodifiable view of the specified list.
unmodifiableMap(Map<? extends K, ? extends V>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an unmodifiable view of the specified map.
unmodifiableNavigableMap(NavigableMap<K, ? extends V>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an unmodifiable view of the specified navigable map.
unmodifiableNavigableSet(NavigableSet<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an unmodifiable view of the specified navigable set.
unmodifiableSet(Set<? extends T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an unmodifiable view of the specified set.
unmodifiableSortedMap(SortedMap<K, ? extends V>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an unmodifiable view of the specified sorted map.
unmodifiableSortedSet(SortedSet<T>) - Method in interface senselogic.sitevision.api.script.factory.CollectionsInstance
Returns an unmodifiable view of the specified sorted set.
unmuteGroup(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
The wrapped user identity unmutes a collaboration group.
unmuteNotifications(Node) - Method in interface senselogic.sitevision.api.user.UserIdentityWrapper
The wrapped user identity unmutes notifications from a collaboration group.
unpublishNode(Node) - Method in interface senselogic.sitevision.api.versioning.PublishingUtil
Unpublishes a node.
unpublishNode(Node, Date) - Method in interface senselogic.sitevision.api.versioning.PublishingUtil
Schedules a node unpublish job for execution at a specified date.
unregisterNamespace(String) - Method in interface javax.jcr.NamespaceRegistry
Removes a namespace mapping from the registry.
unregisterNodeType(String) - Method in interface javax.jcr.nodetype.NodeTypeManager
Unregisters the specified node type.
unregisterNodeTypes(String[]) - Method in interface javax.jcr.nodetype.NodeTypeManager
Unregisters the specified set of node types.
UnsupportedRepositoryOperationException - Exception in javax.jcr
Thrown by methods that are not supported by a particular implementation.
UnsupportedRepositoryOperationException() - Constructor for exception javax.jcr.UnsupportedRepositoryOperationException
Constructs a new instance of this class with null as its detail message.
UnsupportedRepositoryOperationException(String) - Constructor for exception javax.jcr.UnsupportedRepositoryOperationException
Constructs a new instance of this class with the specified detail message.
UnsupportedRepositoryOperationException(String, Throwable) - Constructor for exception javax.jcr.UnsupportedRepositoryOperationException
Constructs a new instance of this class with the specified detail message and root cause.
UnsupportedRepositoryOperationException(Throwable) - Constructor for exception javax.jcr.UnsupportedRepositoryOperationException
Constructs a new instance of this class with the specified root cause.
unwrap() - Method in interface senselogic.sitevision.api.base.Wrapper
Gets the wrapped object.
unwrap() - Method in interface senselogic.sitevision.api.script.factory.ListWrapper
Returns the wrapped List.
update(String) - Method in interface javax.jcr.Node
If this node does have a corresponding node in the workspace srcWorkspace, then this replaces this node and its subgraph with a clone of the corresponding node and its subgraph.
update(Node) - Method in interface senselogic.sitevision.api.render.BuddyIconRenderer
Updates the renderer with a new buddy icon supported node.
update(Node) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Updates the renderer with a new image.
update(Node, String) - Method in interface senselogic.sitevision.api.render.ImageRenderer
Updates the renderer with a new image and a new description.
update(Node, String, String, String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Updates current state.
update(Node, String, String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Updates current state and removes previous title.
update(Node, String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Updates current state and removes previous title.
update(Node) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Updates current state and removes previous title and text.
update(Node) - Method in interface senselogic.sitevision.api.render.TextModuleRenderer
Updates the state of this renderer (potentially "loads" a Text module for rendering) using a Text module Node.
update(Node) - Method in interface senselogic.sitevision.api.render.UserFieldRenderer
Updates the renderer with a new user identity node.
updateArticle(Node, Map<String, Object>) - Method in interface senselogic.sitevision.api.webresource.ArticleUtil
Updates the properties of an article.
updateBinaryContent(Node, String) - Method in interface senselogic.sitevision.api.webresource.FileUtil
Updates the binary content of an existing file using a uri string.
updateBinaryContent(Node, String) - Method in interface senselogic.sitevision.api.webresource.ImageUtil
Updates the binary content of an existing image using a uri string.
updateBinaryContentFromBase64(Node, String) - Method in interface senselogic.sitevision.api.webresource.FileUtil
Updates the binary content of an existing file using a base64 string.
updateBinaryContentFromBase64(Node, String) - Method in interface senselogic.sitevision.api.webresource.ImageUtil
Updates the binary content of an existing image using a base64 string.
updateBinaryContentFromTemporary(Node, Node) - Method in interface senselogic.sitevision.api.webresource.FileUtil
Updates the binary content of an existing file using a sv:temporaryFile.
updateBinaryContentFromTemporary(Node, Node) - Method in interface senselogic.sitevision.api.webresource.ImageUtil
Updates the binary content of an existing image using a sv:temporaryFile.
updateByIdentifier(String) - Method in interface senselogic.sitevision.api.render.TextModuleRenderer
Updates the state of this renderer (potentially "loads" a Text module for rendering) using the identifier of a Text module Node.
updateByName(String) - Method in interface senselogic.sitevision.api.render.TextModuleRenderer
Updates the state of this renderer (potentially "loads" a Text module for rendering) using the name of a Text module Node.
updateByte(byte) - Method in interface senselogic.sitevision.api.security.MessageDigester
Updates the digest with a byte.
updateBytes(byte[]) - Method in interface senselogic.sitevision.api.security.MessageDigester
Updates the digest with an array of bytes.
updateClean(Node, String, String, String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Updates current state and removes all optional attributes.
updateClean(Node, String, String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Updates current state and removes all optional attributes and title.
updateClean(Node, String) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Updates current state and removes all optional attributes and title.
updateClean(Node) - Method in interface senselogic.sitevision.api.render.LinkRenderer
Updates current state and removes all optional attributes, title and text.
updateContent(Node, String) - Method in interface senselogic.sitevision.api.webresource.webcontent.WebContentUtil
Alters the content of a sv:page, sv:article or a sv:template.
updateContent(Node, Map<String, String>) - Method in interface senselogic.sitevision.api.webresource.webcontent.WebContentUtil
Alters the content of a sv:page, sv:article or a sv:template.
updateContentWithRawHtml(Node, String) - Method in interface senselogic.sitevision.api.webresource.webcontent.WebContentUtil
Alters the content of a sv:page, sv:article or a sv:template with raw HTML (a HTML portlet is created).
updateContentWithRawHtml(Node, Map<String, String>) - Method in interface senselogic.sitevision.api.webresource.webcontent.WebContentUtil
Alters the content of a sv:page, sv:article or a sv:template with raw HTML (a HTML portlet is created).
updateLinkPage(Node, Map<String, Object>) - Method in interface senselogic.sitevision.api.webresource.LinkPageUtil
Updates the properties of a link page.
updateLinkPageTarget(Node, LinkTarget) - Method in interface senselogic.sitevision.api.webresource.LinkPageUtil
Updates the target of a link page.
updatePage(Node, Map<String, Object>) - Method in interface senselogic.sitevision.api.webresource.PageUtil
Updates the properties of a page.
upperCase(DynamicOperand) - Method in interface javax.jcr.query.qom.QueryObjectModelFactory
Evaluates to the upper-case string value (or values, if multi-valued) of an operand.
UpperCase - Interface in javax.jcr.query.qom
Evaluates to the upper-case string value (or values, if multi-valued) of operand.
URI - Static variable in class javax.jcr.PropertyType
A URI property is identical to STRING property except that it only accepts values that conform to the syntax of a URI-reference as defined in RFC 3986.
USER_ATTRIBUTE_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the user attribute field type.
USER_ATTRIBUTE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the user attribute type.
USER_CONTAINER_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the user container type.
USER_FIELD_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the user field repository type.
USER_FIELD_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the user field type.
USER_GROUP_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the user group type.
USER_IDENTITY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a user identity.
USER_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for a user.
UserAttributeCallback - Class in senselogic.sitevision.api.security.jaas.callback
JAAS callback for fetching user attributes from the directory.
UserAttributeCallback(String, String) - Constructor for class senselogic.sitevision.api.security.jaas.callback.UserAttributeCallback
Create a callback which fetches user attributes from the directory.
UserDataUtil - Interface in senselogic.sitevision.api.user
User data utility interface.
UserFactory - Interface in senselogic.sitevision.api.user
Factory for creating user-related instances.
UserFieldRenderer - Interface in senselogic.sitevision.api.render
UserFieldRenderer is a stateful utility interface for rendering user field values for user identities.
UserIdentityUtil - Interface in senselogic.sitevision.api.user
User identity utility interface.
UserIdentityWrapper - Interface in senselogic.sitevision.api.user
User identity wrapper interface.
USERNAME - Static variable in interface senselogic.sitevision.api.security.jaas.filter.AuthenticationFilter
The shared state username constant.
UserPrincipalCallback - Class in senselogic.sitevision.api.security.jaas.callback
JAAS callback for mapping usernames to Principals.
UserPrincipalCallback(String) - Constructor for class senselogic.sitevision.api.security.jaas.callback.UserPrincipalCallback
Create a callback that provides the username of the user to be looked up and converted into a Principal.
UserUtil - Interface in senselogic.sitevision.api.security
Deprecated.
UserUtil - Interface in senselogic.sitevision.api.user
User utility interface.
Utils - Interface in senselogic.sitevision.api
Main entry point to get instances of interfaces in the Sitevision Utility API.

V

validate(String, Locale) - Method in interface senselogic.sitevision.api.link.CustomLinkProcessor
Validates a link URL accepted by this link processor.
Value - Interface in javax.jcr
A generic holder for the value of a property.
ValueFactory - Interface in javax.jcr
The ValueFactory object provides methods for the creation Value objects that can then be used to set properties.
ValueFormatException - Exception in javax.jcr
Exception thrown when an attempt is made to assign a value to a property that has an invalid format, given the type of the property.
ValueFormatException() - Constructor for exception javax.jcr.ValueFormatException
Constructs a new instance of this class with null as its detail message.
ValueFormatException(String) - Constructor for exception javax.jcr.ValueFormatException
Constructs a new instance of this class with the specified detail message.
ValueFormatException(String, Throwable) - Constructor for exception javax.jcr.ValueFormatException
Constructs a new instance of this class with the specified detail message and root cause.
ValueFormatException(Throwable) - Constructor for exception javax.jcr.ValueFormatException
Constructs a new instance of this class with the specified root cause.
valueFromName(String) - Static method in class javax.jcr.PropertyType
Returns the numeric constant value of the type with the specified name.
valueFromName(String) - Static method in class javax.jcr.version.OnParentVersionAction
Returns the numeric constant value of the on-version action with the specified name.
valueOf(String) - Static method in enum senselogic.sitevision.api.base.Requireable.ScriptEngine
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum senselogic.sitevision.api.collaboration.CollaborationGroupState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum senselogic.sitevision.api.collaboration.CollaborationGroupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum senselogic.sitevision.api.render.BuddyIconRenderer.BuddyIconSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum senselogic.sitevision.api.render.DimensionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum senselogic.sitevision.api.render.SourceSetMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum senselogic.sitevision.api.search.index.IndexUtil.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum senselogic.sitevision.api.search.searcher.component.PermissionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum senselogic.sitevision.api.security.PermissionUtil.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum senselogic.sitevision.api.versioning.PublishStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum senselogic.sitevision.api.webresource.doctype.DocType
Returns the enum constant of this type with the specified name.
values() - Static method in enum senselogic.sitevision.api.base.Requireable.ScriptEngine
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum senselogic.sitevision.api.collaboration.CollaborationGroupState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum senselogic.sitevision.api.collaboration.CollaborationGroupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum senselogic.sitevision.api.render.BuddyIconRenderer.BuddyIconSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum senselogic.sitevision.api.render.DimensionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum senselogic.sitevision.api.render.SourceSetMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum senselogic.sitevision.api.search.index.IndexUtil.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum senselogic.sitevision.api.search.searcher.component.PermissionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum senselogic.sitevision.api.security.PermissionUtil.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum senselogic.sitevision.api.versioning.PublishStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum senselogic.sitevision.api.webresource.doctype.DocType
Returns an array containing the constants of this enum type, in the order they are declared.
VelocityAccess - Interface in senselogic.sitevision.api.render.velocity
Enclosing interface that enables method access in Velocity to common field constants of this API.
VelocityAccess.ArticleUtilConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in ArticleUtil.
VelocityAccess.ExceptionSuppressingProxyConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in ExceptionSuppressingProxy.
VelocityAccess.IndexingUtilConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in IndexingUtil.
VelocityAccess.LinkPageUtilConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in LinkPageUtil.
VelocityAccess.MathInstanceConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in MathInstance.
VelocityAccess.MimeTypeUtilConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in MimeTypeUtil.
VelocityAccess.NodeTypeUtilConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in NodeTypeUtil.
VelocityAccess.OutputUtilConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in OutputUtil.
VelocityAccess.PageUtilConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in PageUtil.
VelocityAccess.PortletContextUtilConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in PortletContextUtil.
VelocityAccess.PortletUtilConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in PortletUtil.
VelocityAccess.QueryStringUtilConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in QueryStringUtil.
VelocityAccess.SearchHitConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in SearchHit.
VelocityAccess.SearchResultConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in SearchResult.
VelocityAccess.VersionUtilConstants - Interface in senselogic.sitevision.api.render.velocity
Get methods for accessing field constants defined in VersionUtil.
VelocityContext - Interface in senselogic.sitevision.api.render.velocity
Name/Object mappings that can be used when rendering a Velocity template.
VelocityEvaluator - Interface in senselogic.sitevision.api.render.velocity
Utility class for parsing of Velocity Code.
VelocityException - Exception in senselogic.sitevision.api.render.velocity
A runtime exception that can occur when rendering a Velocity template.
VelocityException(String) - Constructor for exception senselogic.sitevision.api.render.velocity.VelocityException
Constructs a new runtime exception with the specified detail message.
VelocityException(String, Throwable) - Constructor for exception senselogic.sitevision.api.render.velocity.VelocityException
Constructs a new runtime exception with the specified detail message and cause.
VelocityException(Throwable) - Constructor for exception senselogic.sitevision.api.render.velocity.VelocityException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
VelocityRenderer - Interface in senselogic.sitevision.api.render.velocity
A renderer that can be used in custom portlets for rendering Velocity templates.
VERSION - Static variable in class javax.jcr.version.OnParentVersionAction
 
Version - Interface in javax.jcr.version
A Version object wraps an nt:version node.
VersionedPropertyUtil - Interface in senselogic.sitevision.api.property
Utility interface for getting Node property values in a specific version.
VersionException - Exception in javax.jcr.version
Exception thrown by Version.addSuccessor if an invalid version graph operation is attempted.
VersionException() - Constructor for exception javax.jcr.version.VersionException
Constructs a new instance of this class with null as its detail message.
VersionException(String) - Constructor for exception javax.jcr.version.VersionException
Constructs a new instance of this class with the specified detail message.
VersionException(String, Throwable) - Constructor for exception javax.jcr.version.VersionException
Constructs a new instance of this class with the specified detail message and root cause.
VersionException(Throwable) - Constructor for exception javax.jcr.version.VersionException
Constructs a new instance of this class with the specified root cause.
VersionHistory - Interface in javax.jcr.version
A VersionHistory object wraps an nt:versionHistory node.
VersionIterator - Interface in javax.jcr.version
Allows easy iteration through a list of Versions objects with nextVersion as well as a skip method inherited from RangeIterator.
VersionManager - Interface in javax.jcr.version
The VersionManager object is accessed via Workspace.getVersionManager().
VersionUtil - Interface in senselogic.sitevision.api.versioning
Versioning utility interface.
VFS_FILE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the vfs file type.
VFS_FOLDER_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the vfs folder type.
VFS_MOUNT_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the vfs mount type.
VIEW_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the view type.
VIRTUAL_GROUP_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the virtual group repository type.
VIRTUAL_GROUP_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the virtual group type.
VirtualGroupCredential - Class in senselogic.sitevision.api.security.jaas.credential
Credential for virtual groups.
VirtualGroupCredential(Set) - Constructor for class senselogic.sitevision.api.security.jaas.credential.VirtualGroupCredential
Constructs a new instance of this class with a specified set of groups.
visit(Property) - Method in interface javax.jcr.ItemVisitor
This method is called when the ItemVisitor is passed to the accept method of a Property.
visit(Node) - Method in interface javax.jcr.ItemVisitor
This method is called when the ItemVisitor is passed to the accept method of a Node.
visit(Property) - Method in class javax.jcr.util.TraversingItemVisitor
Called when the Visitor is passed to a Property.
visit(Node) - Method in class javax.jcr.util.TraversingItemVisitor
Called when the Visitor is passed to a Node.

W

warn(String) - Method in interface senselogic.sitevision.api.log.LogUtil
Logs a warn message to the Sitevision server log.
warn(String, Throwable) - Method in interface senselogic.sitevision.api.log.LogUtil
Logs a warn message to the Sitevision server log.
WEAKREFERENCE - Static variable in class javax.jcr.PropertyType
A WEAKREFERENCE property stores the identifier of a referenceable node (one having type mix:referenceable).
WEB_APP_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the webapp repository type.
WEB_APP_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the webapp type.
WebContentUtil - Interface in senselogic.sitevision.api.webresource.webcontent
Utility interface for content manipulation of a sv:page, sv:article or a sv:template.
WebResourceFactory - Interface in senselogic.sitevision.api.webresource
Factory for creating instances of web resource utilities.
WIDGET_CUSTOM_MODULE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the widget custom module type.
WORK_STATUS_TEMPLATE_REPOSITORY_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the work status template repository type.
WORK_STATUS_TEMPLATE_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the work status template type.
WORK_STATUS_TYPE - Static variable in interface senselogic.sitevision.api.node.NodeTypeUtil
The primary node type name for the work status type.
Workspace - Interface in javax.jcr
A Workspace object represents a view onto a persitent workspace within a repository.
Wrapper<T> - Interface in senselogic.sitevision.api.base
This is the base interface for all wrappers in the Sitevision Utility API.
WRITE_SUPPORTED - Static variable in interface javax.jcr.Repository
Key to a boolean descriptor.

X

XmlElement - Interface in senselogic.sitevision.api.xml
XML element.
XmlElementHandler - Interface in senselogic.sitevision.api.xml
Handler that is used when parsing XML.
XmlParserException - Exception in senselogic.sitevision.api.xml
Exception thrown when XML parsing fails.
XmlParserException(String) - Constructor for exception senselogic.sitevision.api.xml.XmlParserException
 
XmlParserUtil - Interface in senselogic.sitevision.api.xml
Utility interface for parsing XML.
XPATH - Static variable in interface javax.jcr.query.Query
Deprecated.
As of JCR 2.0, this language is deprecated.
XSLTUtil - Interface in senselogic.sitevision.api.render.xslt
XSLT utility for transforming XML/HTML using a XSL template.
A B C D E F G H I J K L M N O P Q R S T U V W X 

Sitevision - Portal and Content Management Made Easy
Sitevision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).

Copyright© 2008-2024 Sitevision AB, all rights reserved.