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

A

AbstractReconfigurableDaemonModule - Class in org.onehippo.repository.modules
Abstract base class for ConfigurableDaemonModules that wish to reconfigure when their module configuration changes in the repository.
AbstractReconfigurableDaemonModule() - Constructor for class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
 
AbstractReconfigurableSchedulingDaemonModule - Class in org.onehippo.repository.modules
Deprecated.
deprecated since 2.28.00, register a repository job with the repository scheduler directly using configuration
AbstractReconfigurableSchedulingDaemonModule() - Constructor for class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
 
ACCESSMANAGER_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
After - Annotation Type in org.onehippo.repository.modules
Use this annotation on implementations of DaemonModules to force the system to start and execute the module after other modules named by the annotation.
ALL_EVENTS - Static variable in class org.hippoecm.repository.util.JcrUtils
 
arguments() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
The arguments passed to the workflow invocation
arguments(List<String>) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 

B

BaseNodeUpdateVisitor - Class in org.onehippo.repository.update
Base NodeUpdateVisitor class adding support for logging.
BaseNodeUpdateVisitor() - Constructor for class org.onehippo.repository.update.BaseNodeUpdateVisitor
 
bindValue(String, Value) - Method in interface org.hippoecm.repository.api.HippoQuery
 
bootstrap() - Method in interface org.hippoecm.repository.api.ReferenceWorkspace
Initializes the workspace with the content it finds on the classpath.

C

cancel() - Method in interface org.onehippo.repository.modules.ExecutableDaemonModule
 
checkExists(String, String) - Method in interface org.onehippo.repository.scheduling.RepositoryScheduler
Return whether a job already exists.
checkin(String, Calendar) - Method in interface org.hippoecm.repository.api.HippoVersionManager
Creates a new version of the node at the given path.
className() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
The name of the workflow class
className(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 
clean() - Method in interface org.hippoecm.repository.api.ReferenceWorkspace
Removes all nodes from the workspace except for the system nodes.
close() - Method in interface org.hippoecm.repository.HippoRepository
Closes the repository connection.
compute(Map<String, Value[]>) - Method in class org.hippoecm.repository.ext.DerivedDataFunction
 
CONFIG_LOCK_ISDEEP_PROPERTY - Static variable in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
 
CONFIG_LOCK_OWNER - Static variable in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
 
ConfigurableDaemonModule - Interface in org.onehippo.repository.modules
DaemonModule that needs module configuration.
CONFIGURATION_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
configure(Node) - Method in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
 
configure(Node) - Method in interface org.onehippo.repository.modules.ConfigurableDaemonModule
Lifecycle callback to allow a DaemonModule to configure itself.
ContentResourceLoader - Interface in org.onehippo.repository.api
Deprecated.
please use ContentResourceLoader instead
ContentResourceLoader - Interface in org.onehippo.repository.xml
Strategy interface for loading resources (e.g, file system resources, zip entry resources or URI based resources).
context - Variable in class org.hippoecm.repository.ext.WorkflowImpl
Work-flow context in use, which ought to be not public accessible.
copy(Node, String) - Method in interface org.hippoecm.repository.api.HippoSession
copy(Session, String, String) - Static method in class org.hippoecm.repository.util.JcrUtils
Copies node at srcAbsPath to destAbsPath as session operation.
copy(Node, String, Node) - Static method in class org.hippoecm.repository.util.JcrUtils
Copies Node srcNode to destParentNode with name destNodeName.
CopyHandler - Interface in org.hippoecm.repository.util
 
copyTo(Node, Node) - Static method in class org.hippoecm.repository.util.JcrUtils
Copies Node srcNode to destNode.
copyTo(Node, CopyHandler) - Static method in class org.hippoecm.repository.util.JcrUtils
Copies Node srcNode to destNode with a handler to rewrite content if necessary.
copyToChain(Node, CopyHandler) - Static method in class org.hippoecm.repository.util.JcrUtils
 
create(String) - Static method in class org.hippoecm.repository.VMHippoRepository
DO NOT USE THIS METHOD! This class and all its methods are NOT part of the API.
createBinaryValueFromObject(Session, Object) - Static method in class org.hippoecm.repository.util.JcrUtils
Serialize the given object into a binary JCR value.
createNode(Session) - Method in class org.onehippo.repository.scheduling.RepositoryJobInfo
Override the way the job node is created.
createSecurityDelegate(Session, DomainRuleExtension...) - Method in interface org.hippoecm.repository.api.HippoSession
Create a new Session that contains the union of access control rules of this Session and the provided session, with the optional addition of custom domain rules.
createSession(Credentials) - Method in class org.onehippo.repository.scheduling.RepositoryJobExecutionContext
Create a session with the given credentials.
createSystemSession() - Method in class org.onehippo.repository.scheduling.RepositoryJobExecutionContext
Get a system session.
createXPathConstraint(Session, Calendar) - Static method in class org.hippoecm.repository.util.DateTools
 
createXPathConstraint(Session, Calendar, DateTools.Resolution) - Static method in class org.hippoecm.repository.util.DateTools
 
CronExpression - Class in org.hippoecm.repository.api
Deprecated.
CronExpression(String) - Constructor for class org.hippoecm.repository.api.CronExpression
Deprecated.
Creates a repeating time specification.

D

DaemonModule - Interface in org.hippoecm.repository.ext
Deprecated.
Use DaemonModule instead.
DaemonModule - Interface in org.onehippo.repository.modules
A DaemonModule represents a repository-managed component.
DateTools - Class in org.hippoecm.repository.util
 
DateTools.Resolution - Class in org.hippoecm.repository.util
Specifies the time granularity.
dateToString(Date, DateTools.Resolution) - Static method in class org.hippoecm.repository.util.DateTools
Converts a Date to a string suitable for indexing.
DAY - Static variable in class org.hippoecm.repository.util.DateTools.Resolution
 
decode(String) - Static method in class org.hippoecm.repository.api.NodeNameCodec
Decode the name string with the ISO9075 coding standard.
decode(String) - Method in interface org.hippoecm.repository.api.StringCodec
Decodes a string of characters.
decode(String) - Method in class org.hippoecm.repository.api.StringCodecFactory.IdentEncoding
 
decode(String) - Method in class org.hippoecm.repository.api.StringCodecFactory.ISO9075Helper
 
decode(String) - Method in class org.hippoecm.repository.api.StringCodecFactory.NameEncoding
Decode the name string with the ISO9075 coding standard.
decode(String) - Method in class org.hippoecm.repository.api.StringCodecFactory.UriEncoding
 
decodeColon(String) - Static method in class org.hippoecm.repository.api.StringCodecFactory.ISO9075Helper
 
decodeLocalName(String) - Static method in class org.hippoecm.repository.api.StringCodecFactory.ISO9075Helper
 
DEFAULT_GROUP - Static variable in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
 
DEFAULT_LOCALE - Static variable in interface org.onehippo.repository.l10n.LocalizationService
The default Locale this service uses as fallback when the ResourceBundle in the requested Locale is not available.
DefaultCopyHandler - Class in org.hippoecm.repository.util
CopyHandler that adds the first node as a child.
DefaultCopyHandler(Node) - Constructor for class org.hippoecm.repository.util.DefaultCopyHandler
 
deleteJob(String, String) - Method in interface org.onehippo.repository.scheduling.RepositoryScheduler
Removes a job and its associated triggers.
deleteJob(String) - Method in interface org.onehippo.repository.scheduling.RepositoryScheduler
Removes a job and its associated triggers.
DerivedDataFunction - Class in org.hippoecm.repository.ext
 
DerivedDataFunction() - Constructor for class org.hippoecm.repository.ext.DerivedDataFunction
 
destroy() - Method in class org.onehippo.repository.update.BaseNodeUpdateVisitor
 
destroy() - Method in interface org.onehippo.repository.update.NodeUpdateVisitor
Allows cleanup of resources held by this updater.
disableVirtualLayers() - Method in interface org.hippoecm.repository.api.HippoSession
Disable virtual layers.
doConfigure(Node) - Method in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
Lifecycle callback to allow a DaemonModule to configure itself.
doConfigure(Node) - Method in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
 
Document - Class in org.hippoecm.repository.api
A Plain Old Java Object (POJO) representing a document in a JCR repository.
Document() - Constructor for class org.hippoecm.repository.api.Document
Constructor that should be considered to have a protected signature rather than public and may be used for extending classes to create a new Document.
Document(String) - Constructor for class org.hippoecm.repository.api.Document
Lightweight constructor of a Document only providing a identity.
Document(Document) - Constructor for class org.hippoecm.repository.api.Document
Copy constructor which allows to pass on a lightweight Document using its internal backing Node
Document(Node) - Constructor for class org.hippoecm.repository.api.Document
Extended classes must honor this constructor!
documentPath() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
Deprecated.
documentPath(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
Deprecated.
DOCUMENTS_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
documentType() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
The type of document the workflow was called on, if any
documentType(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 
DocumentUtils - Class in org.hippoecm.repository.util
DocumentUtils provides utility methods for dealing with JCR nodes that represent documents.
DocumentUtils() - Constructor for class org.hippoecm.repository.util.DocumentUtils
 
doInitialize(Session) - Method in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
Lifecycle callback that is called when this module is started.
doInitialize(Session) - Method in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
 
DomainRuleExtension - Class in org.onehippo.repository.security.domain
 
DomainRuleExtension(String, String, Collection<FacetRule>) - Constructor for class org.onehippo.repository.security.domain.DomainRuleExtension
 
DOMAINS_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
doShutdown() - Method in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
Lifecycle callback method that is called by the repository before shutting down .
doShutdown() - Method in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
 
doUpdate(Node) - Method in interface org.onehippo.repository.update.NodeUpdateVisitor
Update the given node.

E

emptyNodeIterable() - Static method in class org.hippoecm.repository.util.JcrUtils
 
encode(String) - Static method in class org.hippoecm.repository.api.NodeNameCodec
Encode the name to a valid JCR name.
encode(char) - Static method in class org.hippoecm.repository.api.NodeNameCodec
Encode the char to a valid JCR string.
encode(String, boolean) - Static method in class org.hippoecm.repository.api.NodeNameCodec
Encode the name to a valid JCR name.
encode(String) - Method in interface org.hippoecm.repository.api.StringCodec
Encodes a string of characters.
encode(String) - Method in class org.hippoecm.repository.api.StringCodecFactory.IdentEncoding
 
encode(String) - Method in class org.hippoecm.repository.api.StringCodecFactory.ISO9075Helper
 
encode(char) - Method in class org.hippoecm.repository.api.StringCodecFactory.NameEncoding
Encode the char to a valid JCR string.
encode(String) - Method in class org.hippoecm.repository.api.StringCodecFactory.NameEncoding
Encode the name to a valid JCR name, it is not possible to specify a namespace, any passed namespace prefix will be encoded as well
encode(String) - Method in class org.hippoecm.repository.api.StringCodecFactory.UriEncoding
 
encodeColon(String) - Static method in class org.hippoecm.repository.api.StringCodecFactory.ISO9075Helper
 
encodeLocalName(String) - Static method in class org.hippoecm.repository.api.StringCodecFactory.ISO9075Helper
 
endNode() - Method in interface org.hippoecm.repository.util.CopyHandler
 
endNode() - Method in class org.hippoecm.repository.util.DefaultCopyHandler
 
endNode() - Method in class org.hippoecm.repository.util.OverwritingCopyHandler
 
ensureIsCheckedOut(Node) - Static method in class org.hippoecm.repository.util.JcrUtils
Make sure the node is in checked out state.
Entry() - Constructor for class org.hippoecm.repository.api.HierarchyResolver.Entry
 
equals(Object) - Method in class org.onehippo.repository.security.domain.DomainRuleExtension
 
equals(Object) - Method in class org.onehippo.repository.security.domain.FacetRule
 
exception() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
The exception if any occurred during the invocation of the workflow
exception(Throwable) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 
ExecutableDaemonModule - Interface in org.onehippo.repository.modules
An ExecutableDaemonModule is a DaemonModule that is executed once.
execute(Map<String, String>) - Method in interface org.hippoecm.repository.api.HippoQuery
Convenience method to bind all arguments of a query using a single map and immediately execute the query.
execute() - Method in interface org.onehippo.repository.api.WorkflowTask
Execute this workflow task
execute() - Method in interface org.onehippo.repository.bootstrap.PostStartupTask
Executes this task.
execute() - Method in interface org.onehippo.repository.modules.ExecutableDaemonModule
 
execute(RepositoryJobExecutionContext) - Method in interface org.onehippo.repository.scheduling.RepositoryJob
Job execution callback.
executeJob(String, String) - Method in interface org.onehippo.repository.scheduling.RepositoryScheduler
Trigger the job (execute it now) identified by jobName and groupName.
executeJob(String) - Method in interface org.onehippo.repository.scheduling.RepositoryScheduler
Trigger the job (execute it now) identified by jobIdentifier.
exists() - Method in interface org.hippoecm.repository.api.RepositoryMap
 
expireLock(String) - Method in interface org.onehippo.repository.locking.HippoLockManager
Try to unlock the node at absPath due to expiration of the lock.
exportDereferencedView(String, OutputStream, boolean, boolean) - Method in interface org.hippoecm.repository.api.HippoSession
Export a dereferenced view of a node.
exportDereferencedView(String, ContentHandler, boolean, boolean) - Method in interface org.hippoecm.repository.api.HippoSession
Export a dereferenced view of a node.
exportEnhancedSystemViewPackage(String, boolean) - Method in interface org.hippoecm.repository.api.HippoSession
 

F

FacetRule - Class in org.onehippo.repository.security.domain
 
FacetRule(String, String, boolean, boolean, int) - Constructor for class org.onehippo.repository.security.domain.FacetRule
 
FileContentResourceLoader - Class in org.onehippo.repository.util
ContentResourceLoader implementation for loading resources from a directory.
FileContentResourceLoader(File) - Constructor for class org.onehippo.repository.util.FileContentResourceLoader
 
FRONTEND_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 

G

getApplicableChildNodeDef(NodeType[]) - Method in class org.hippoecm.repository.util.NodeInfo
 
getApplicablePropertyDef(NodeType[]) - Method in class org.hippoecm.repository.util.PropInfo
 
getArgumentCount() - Method in interface org.hippoecm.repository.api.HippoQuery
This addition has no counterpart in JSR-283, JSR-283 only compliant applications have no means to query which parameters should be bound before a query can be executed.
getArguments() - Method in interface org.hippoecm.repository.api.HippoQuery
 
getAttribute(String) - Method in interface org.hippoecm.repository.api.WorkflowDescriptor
Method to access extra information that might be associated with this workflow.
getAttribute(String) - Method in class org.onehippo.repository.scheduling.RepositoryJobExecutionContext
Get an attribute value.
getAttribute(String) - Method in class org.onehippo.repository.scheduling.RepositoryJobInfo
 
getAttributeNames() - Method in class org.onehippo.repository.scheduling.RepositoryJobExecutionContext
 
getAttributeNames() - Method in class org.onehippo.repository.scheduling.RepositoryJobInfo
 
getBaseNode() - Method in interface org.onehippo.repository.xml.ImportResult
Return either the root of the subtree that was added or the root of the subtree that was merged with in the case of a delta combine.
getBinaryProperty(Node, String, Binary) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the binary property value at relPath from baseNode or defaultValue if no such property exists.
getBinaryProperty(Session, String, Binary) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the binary property value at absPath or defaultValue if no such property exists.
getBooleanProperty(String) - Method in class org.hippoecm.repository.api.Document
 
getBooleanProperty(Node, String, Boolean) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the boolean property value at relPath from baseNode or defaultValue if no such property exists.
getBooleanProperty(Session, String, Boolean) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the boolean property value at absPath or defaultValue if no such property exists.
getCalendarField() - Method in class org.hippoecm.repository.util.DateTools.Resolution
 
getCanonicalNode() - Method in interface org.hippoecm.repository.api.HippoNode
Get the most accurate and complete version available of the information represented in the current node.
getChannelName() - Method in interface org.onehippo.repository.events.PersistedHippoEventListener
 
getCheckedOutNode(Session) - Method in class org.hippoecm.repository.api.Document
Returns the ensured to be checked out backing Node of this Document, either directly if available and already tied to the provided Session or else retrieved from the provided Session based on its Document.getIdentity().
getCheckedOutNode() - Method in class org.hippoecm.repository.api.Document
 
getCheckedOutNode() - Method in class org.hippoecm.repository.ext.WorkflowImpl
 
getContextPaths() - Method in interface org.onehippo.repository.xml.ImportResult
A context path is either the path to the root node of an added subtree or the path to a node the imported xml merged with.
getCredentials(String) - Static method in class org.onehippo.repository.security.JvmCredentials
 
getCronExpression() - Method in class org.onehippo.repository.scheduling.RepositoryJobCronTrigger
 
getCurrent() - Method in interface org.hippoecm.repository.util.CopyHandler
 
getCurrent() - Method in class org.hippoecm.repository.util.DefaultCopyHandler
 
getCurrentNodeTypes() - Method in class org.hippoecm.repository.util.DefaultCopyHandler
 
getDateProperty(String) - Method in class org.hippoecm.repository.api.Document
 
getDateProperty(Node, String, Calendar) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the date property value at relPath from baseNode or defaultValue if no such property exists.
getDateProperty(Session, String, Calendar) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the date property value at absPath or defaultValue if no such property exists.
getDecimalProperty(Node, String, BigDecimal) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the decimal property value at relPath from baseNode or defaultValue if no such property exists.
getDecimalProperty(Session, String, BigDecimal) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the decimal property value at absPath or defaultValue if no such property exists.
getDescription() - Method in interface org.onehippo.repository.security.Group
Get the description property of this group.
getDisplayName() - Method in interface org.hippoecm.repository.api.HippoNode
Obtain a display name for this node.
getDisplayName() - Method in interface org.hippoecm.repository.api.WorkflowDescriptor
Obtain the human-interpretable display name of this workflow.
getDisplayName(Node) - Static method in class org.hippoecm.repository.util.DocumentUtils
Retrieve the display name of a document
getDomainName() - Method in class org.onehippo.repository.security.domain.DomainRuleExtension
 
getDomainRuleName() - Method in class org.onehippo.repository.security.domain.DomainRuleExtension
 
getDoubleProperty(Node, String, Double) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the double property value at relPath from baseNode or defaultValue if no such property exists.
getDoubleProperty(Session, String, Double) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the double property value at absPath or defaultValue if no such property exists.
getEmail() - Method in interface org.onehippo.repository.security.User
Get the email property of this user.
getEventCategory() - Method in interface org.onehippo.repository.events.PersistedHippoEventListener
 
getFacet() - Method in class org.onehippo.repository.security.domain.FacetRule
Get the string representation of the facet
getFacetRules() - Method in class org.onehippo.repository.security.domain.DomainRuleExtension
 
getFirstName() - Method in interface org.onehippo.repository.security.User
Get the first name property of this user.
getGroup() - Method in class org.onehippo.repository.scheduling.RepositoryJobInfo
 
getGroup(String) - Method in interface org.onehippo.repository.security.SecurityService
Get the (@link Group} object identified by the given groupId.
getGroups(long, long) - Method in interface org.onehippo.repository.security.SecurityService
Get all the Groups in the repository.
getHandle(String, Session) - Static method in class org.hippoecm.repository.util.DocumentUtils
Retrieve a document handle node.
getHierarchyResolver() - Method in interface org.hippoecm.repository.api.HippoWorkspace
The HierarchyResolver service allows you to navigate though the repository using some context knowledge of Hippo document types.
getId() - Method in interface org.onehippo.repository.security.Group
Get the id of the group.
getId() - Method in interface org.onehippo.repository.security.User
Get the id of the user.
getIdentity() - Method in class org.hippoecm.repository.api.Document
Obtain the identity, if known at this point, of a document.
getIndex() - Method in class org.hippoecm.repository.util.NodeInfo
 
getInitializationProcessor() - Method in interface org.hippoecm.repository.HippoRepository
 
getInteraction() - Method in interface org.hippoecm.repository.api.WorkflowContext
 
getInteractionId() - Method in interface org.hippoecm.repository.api.WorkflowContext
 
getInterfaces() - Method in interface org.hippoecm.repository.api.WorkflowDescriptor
Obtain the workflow interfaces implemented by this workflow.
getInternalWorkflowSession() - Method in interface org.hippoecm.repository.api.WorkflowContext
Obain the internal workflow session which has 'root' privileges.
getItem(Node, String, boolean, HierarchyResolver.Entry) - Method in interface org.hippoecm.repository.api.HierarchyResolver
 
getItem(Node, String) - Method in interface org.hippoecm.repository.api.HierarchyResolver
 
getJobClass() - Method in class org.onehippo.repository.scheduling.RepositoryJobInfo
 
getLastLogin() - Method in interface org.onehippo.repository.security.User
Get the last login property of this user.
getLastName() - Method in interface org.onehippo.repository.security.User
Get the last name property of this user.
getLastNodeIfExists(String, Session) - Static method in class org.hippoecm.repository.util.JcrUtils
Gets the node at absPath or null if no such node exists.
getLocale() - Method in interface org.onehippo.repository.l10n.ResourceBundle
The Locale of this ResourceBundle.
getLocation() - Method in interface org.hippoecm.repository.HippoRepository
Get the location where the repository stores information.
getLock(String) - Method in interface org.onehippo.repository.locking.HippoLockManager
 
getLongProperty(String) - Method in class org.hippoecm.repository.api.Document
 
getLongProperty(Node, String, Long) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the long property value at relPath from baseNode or defaultValue if no such property exists.
getLongProperty(Session, String, Long) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the long property value at absPath or defaultValue if no such property exists.
getMembers() - Method in interface org.onehippo.repository.security.Group
Get the members of this group.
getMemberships() - Method in interface org.onehippo.repository.security.User
Get the Groups this user is a member of.
getMixinNames() - Method in class org.hippoecm.repository.util.NodeInfo
 
getMixinNodeTypes(Node) - Static method in class org.hippoecm.repository.util.JcrUtils
Retrieve the mixin node types present on a node.
getMixinTypes() - Method in class org.hippoecm.repository.util.NodeInfo
 
getMultipleStringProperty(Node, String, String[]) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the multiple string property value at relPath from baseNode or defaultValue if no such property exists.
getName() - Method in class org.hippoecm.repository.util.NodeInfo
 
getName() - Method in class org.hippoecm.repository.util.PropInfo
 
getName() - Method in interface org.onehippo.repository.l10n.ResourceBundle
The name of this ResourceBundle.
getName() - Method in class org.onehippo.repository.scheduling.RepositoryJobInfo
 
getName() - Method in class org.onehippo.repository.scheduling.RepositoryJobTrigger
 
getNextSiblingIfExists(Node) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the next sibling Node of current.
getNode(Session) - Method in class org.hippoecm.repository.api.Document
Returns the backing Node of this Document, either directly if available and already tied to the provided Session or else retrieved from the provided Session based on its Document.getIdentity().
getNode() - Method in class org.hippoecm.repository.api.Document
 
getNode(Node, String) - Method in interface org.hippoecm.repository.api.HierarchyResolver
 
getNode() - Method in class org.hippoecm.repository.ext.WorkflowImpl
 
getNodeIfExists(Node, String) - Static method in class org.hippoecm.repository.util.JcrUtils
Get the node at relPath from baseNode or null if no such node exists.
getNodeIfExists(String, Session) - Static method in class org.hippoecm.repository.util.JcrUtils
Gets the node at absPath or null if no such node exists.
getNodeNameQuietly(Node) - Static method in class org.hippoecm.repository.util.JcrUtils
Get the name of a Node, or null if the node cannot be retrieved.
getNodePathQuietly(Node) - Static method in class org.hippoecm.repository.util.JcrUtils
Get the path of a Node, or null if the path cannot be retrieved.
getNodeProperty(String) - Method in class org.hippoecm.repository.api.Document
 
getNodeProperty(Node, String, Node) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the node property value at relPath from baseNode or defaultValue if no such property exists.
getNodeProperty(Session, String, Node) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the node property value at absPath or defaultValue if no such property exists.
getNodeType() - Method in class org.hippoecm.repository.util.NodeInfo
 
getNodeTypeName() - Method in class org.hippoecm.repository.util.NodeInfo
 
getOrCreateReferenceWorkspace() - Method in interface org.hippoecm.repository.HippoRepository
Get or create a new reference workspace for comparing what changed since system bootstrap.
getPassword() - Method in class org.onehippo.repository.security.JvmCredentials
 
getPrimaryNodeType(Node) - Static method in class org.hippoecm.repository.util.JcrUtils
Retrieve the primary node type.
getProperties(Node) - Static method in class org.hippoecm.repository.util.JcrUtils
Calls Node.getProperties() on the given node and returns the it as an Iterable instance for use in a Java 5 for-each loop.
getProperty(Node, String) - Method in interface org.hippoecm.repository.api.HierarchyResolver
 
getProperty(Node, String, HierarchyResolver.Entry) - Method in interface org.hippoecm.repository.api.HierarchyResolver
 
getProperty(String) - Method in interface org.onehippo.repository.security.Group
Get an external group property by name.
getProperty(String) - Method in interface org.onehippo.repository.security.User
Get an external user property by name.
getPropertyForResolution(String, DateTools.Resolution) - Static method in class org.hippoecm.repository.util.DateTools
 
getPropertyIfExists(Node, String) - Static method in class org.hippoecm.repository.util.JcrUtils
Get the property at relPath from baseNode or null if no such property exists.
getPropertyIfExists(String, Session) - Static method in class org.hippoecm.repository.util.JcrUtils
Gets the property at absPath or null if no such property exists.
getRepeatCount() - Method in class org.onehippo.repository.scheduling.RepositoryJobSimpleTrigger
How many times to repeat the trigger.
getRepeatInterval() - Method in class org.onehippo.repository.scheduling.RepositoryJobSimpleTrigger
How long in between trigger occurrences.
getRepository() - Method in interface org.hippoecm.repository.HippoRepository
Returns the JCR-170 compliant repository object in use.
getRepositoryJobInfo(Node) - Method in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
Returns the scheduled task job info.
getRepositoryJobTrigger(Node, RepositoryJobInfo) - Method in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
Returns the scheduled task job trigger.
getRepositoryMap(Node) - Method in interface org.hippoecm.repository.HippoRepository
This call is not (yet) part of the API, but under evaluation.

Returns a java.util.Map representation of the subtree starting with the indicated node in the repository.

getResource(String) - Method in class org.onehippo.repository.util.FileContentResourceLoader
Returns a URL in file URL scheme.
getResource(String) - Method in class org.onehippo.repository.util.ZipFileContentResourceLoader
Returns a URL in jar URL scheme.
getResource(String) - Method in interface org.onehippo.repository.xml.ContentResourceLoader
Returns a URL to the resource that is mapped to the given path.
getResourceAsStream(String) - Method in class org.onehippo.repository.util.FileContentResourceLoader
 
getResourceAsStream(String) - Method in class org.onehippo.repository.util.ZipFileContentResourceLoader
 
getResourceAsStream(String) - Method in interface org.onehippo.repository.xml.ContentResourceLoader
Returns the resource located at the named path as an InputStream object.
getResourceBundle(String, Locale) - Method in interface org.onehippo.repository.l10n.LocalizationService
Get a ResourceBundle from the repository by name and Locale.
getRevision() - Method in interface org.hippoecm.repository.api.RevisionEvent
The revision id of the cluster record corresponding to this Event.
getSecurityService() - Method in interface org.hippoecm.repository.api.HippoWorkspace
The SecurityService allows you to access information about users in a system.
getSession() - Method in interface org.hippoecm.repository.api.HippoQuery
Obtains the session in which this query can be executed.
getSession() - Method in interface org.hippoecm.repository.api.WorkflowManager
Workflow Managers are associated with an authenticated session, even though most of the operations executed by workflows are executed from a seperated (unaccessible) session with higher credentials.
getSession(Credentials) - Method in class org.onehippo.repository.scheduling.RepositoryJobExecutionContext
getSessionClassLoader() - Method in interface org.hippoecm.repository.api.HippoSession
This call is not (yet) part of the API, but under evaluation. Probably it will change into getSessionClassLoader(Node) or similar.
getStartTime() - Method in class org.onehippo.repository.scheduling.RepositoryJobSimpleTrigger
When the trigger will occur (for the first time).
getString(String) - Method in interface org.onehippo.repository.l10n.ResourceBundle
Gets the Locale-specific translation identified by a given key.
getStringCodec() - Method in class org.hippoecm.repository.api.StringCodecFactory
Requests the default encoder to use.
getStringCodec(String) - Method in class org.hippoecm.repository.api.StringCodecFactory
Requests which encoder to use for the given symbolic name.
getStringCodec(String, String) - Method in class org.hippoecm.repository.api.StringCodecFactory
Requests which encoder to use for the given symbolic name and locale.
getStringProperty(String) - Method in class org.hippoecm.repository.api.Document
 
getStringProperty(Node, String, String) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the string property value at relPath from baseNode or defaultValue if no such property exists.
getStringProperty(Session, String, String) - Static method in class org.hippoecm.repository.util.JcrUtils
Returns the string property value at absPath or defaultValue if no such property exists.
getStringsProperty(String) - Method in class org.hippoecm.repository.api.Document
 
getSubject() - Method in interface org.hippoecm.repository.api.WorkflowContext
Obtains the subject of this WorkflowContext
getSubjectSession() - Method in interface org.hippoecm.repository.api.WorkflowContext
Obtain the subject session used to check and load the current workflow.
getSupportedDateResolutions() - Static method in class org.hippoecm.repository.util.DateTools
Deprecated.
getSupportedResolutions() - Static method in class org.hippoecm.repository.util.DateTools
 
getSystemSession() - Method in class org.onehippo.repository.scheduling.RepositoryJobExecutionContext
getTotalSize() - Method in interface org.hippoecm.repository.api.HippoNodeIterator
Obtains the number of elements that would be retrievable if the user your have access to all elements in the repository
getType() - Method in class org.hippoecm.repository.util.PropInfo
 
getType() - Method in class org.onehippo.repository.security.domain.FacetRule
Get the PropertyType of the facet
getUser() - Method in interface org.hippoecm.repository.api.HippoSession
Get the User object identified by this session's user id.
getUser(String) - Method in interface org.onehippo.repository.security.SecurityService
Get the User object identified by the given userId.
getUserID() - Method in class org.onehippo.repository.security.JvmCredentials
 
getUserIdentity() - Method in interface org.hippoecm.repository.api.WorkflowContext
 
getUsers(long, long) - Method in interface org.onehippo.repository.security.SecurityService
Get all the Users in the repository.
getUserSession() - Method in interface org.hippoecm.repository.api.WorkflowContext
Obtains the initial workflow invocation (user) session.
getUserTransaction(Session) - Method in interface org.hippoecm.repository.HippoRepository
Get a UserTransaction from the JTA transaction manager through JNDI.
getUserTransaction(TransactionManager, Session) - Method in interface org.hippoecm.repository.HippoRepository
Get a UserTransaction from the JTA transaction manager through JNDI.
getValue(Property) - Method in class org.hippoecm.repository.util.PropertyValueGetterImpl
 
getValue() - Method in class org.hippoecm.repository.util.PropInfo
 
getValue(X) - Method in interface org.hippoecm.repository.util.ValueGetter
 
getValue() - Method in class org.onehippo.repository.security.domain.FacetRule
The value of the facet rule to match
getValueFactory() - Method in class org.hippoecm.repository.ext.DerivedDataFunction
 
getValues() - Method in class org.hippoecm.repository.util.PropInfo
 
getVariantNodeType(Node) - Static method in class org.hippoecm.repository.util.DocumentUtils
Retrieve the node type of a variant node of a document identified by its handle node, e.g.
getWorkflow(String) - Method in interface org.hippoecm.repository.api.WorkflowContext
Obtains a workflow instance for this workflow context its subject.
getWorkflow(String, Document) - Method in interface org.hippoecm.repository.api.WorkflowContext
Obtains a workflow instance for a document subject
getWorkflow(String, Node) - Method in interface org.hippoecm.repository.api.WorkflowManager
Obtains the workflow for the document as indicated by the javax.jcr.Node instance in the specified category.
getWorkflow(String, Document) - Method in interface org.hippoecm.repository.api.WorkflowManager
Obtains the workflow for the document as indicated Document instance in the specified category.
getWorkflow(WorkflowDescriptor) - Method in interface org.hippoecm.repository.api.WorkflowManager
Obtains the workflow for the previously requested workflow descriptor within the same session.
getWorkflowConfiguration() - Method in interface org.hippoecm.repository.api.WorkflowContext
 
getWorkflowContext() - Method in class org.hippoecm.repository.ext.WorkflowImpl
 
getWorkflowDescriptor(String, Node) - Method in interface org.hippoecm.repository.api.WorkflowManager
Obtains a reference to the workflow for the document as indicated by the javax.jcr.Node in the specified category.
getWorkflowDescriptor(String, Document) - Method in interface org.hippoecm.repository.api.WorkflowManager
Obtains a reference to the workflow for the document as indicated Document instance in the specified category.
getWorkflowManager() - Method in interface org.hippoecm.repository.api.HippoWorkspace
The WorkflowManager service allows access to workflows operations that are available on documents stored in the repository.
getXAResource() - Method in interface org.hippoecm.repository.api.HippoSession
Retrieves an XAResource object that the transaction manager will use to manage this XASession object's participation in a distributed transaction.
Group - Interface in org.onehippo.repository.security
Represents a group of Users in the repository.
GROUPS_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 

H

handleUuid() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
Deprecated.
handleUuid(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
Deprecated.
hasApplicableChildNodeDef(NodeType[]) - Method in class org.hippoecm.repository.util.NodeInfo
 
hasGroup(String) - Method in interface org.onehippo.repository.security.SecurityService
Check if the group with given groupId exists.
hashCode() - Method in class org.onehippo.repository.security.domain.DomainRuleExtension
 
hashCode() - Method in class org.onehippo.repository.security.domain.FacetRule
 
hasNode() - Method in class org.hippoecm.repository.api.Document
 
hasUser(String) - Method in interface org.onehippo.repository.security.SecurityService
Check if the user with the given userId exists.
HierarchyResolver - Interface in org.hippoecm.repository.api
This interface is not yet part of the public API of the Hippo Repository.
HierarchyResolver.Entry - Class in org.hippoecm.repository.api
 
hints() - Method in interface org.hippoecm.repository.api.Workflow
The hints method is not an actual workflow call, but a method by which information can be retrieved from the workflow.
hints() - Method in interface org.hippoecm.repository.api.WorkflowDescriptor
 
hints() - Method in class org.hippoecm.repository.ext.WorkflowImpl
The hints method is not an actual workflow call, but a method by which information can be retrieved from the workflow.
HIPPO_ACTIVE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_AUTOCREATED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_AVAILABILITY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CASCADEVALIDATION - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CHANGERECORD - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CLASS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CLASSNAME - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CMS_ONLY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_COMPUTE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CONFIG - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CONTENT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CONTENTDELETE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CONTENTPROPADD - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CONTENTPROPDELETE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CONTENTPROPSET - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CONTENTRESOURCE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CONTENTROOT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_CONTEXTNODENAME - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
HIPPO_CONTEXTPATHS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_COUNT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_DELETED_BY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_DELETED_DATE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_DERIVED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_DIRLEVELS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_DISCRIMINATOR - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
since 3.0.1 with no substitute
HIPPO_DISPLAY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_DOCBASE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_DOMAINSPATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_EQUALS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_ERRORMESSAGE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_EXECUTED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_EXTENSIONBUILD - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated. 
HIPPO_EXTENSIONSOURCE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_EXTENSIONVERSION - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_FACET - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_FACETS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_FILENAME - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_GROUPS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_GROUPSPATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_IGNORABLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_JCRREAD - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_JCRREMOVE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_JCRWRITE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_KEY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
HIPPO_LANGUAGE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
HIPPO_LASTLOGIN - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_LASTPROCESSEDTIME - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_LASTSYNC - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_LOCK - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_LOCKEXPIRATIONTIME - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_MANDATORY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_MEMBERS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_MESSAGE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
since REPO 4.0.0 (CMS 11.0)
HIPPO_MIXIN - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_MODES - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_MODULECONFIG - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_MULTIPLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_NAME - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_NAMESPACE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_NODE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_NODETYPE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_NODETYPES - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_NODETYPESRESOURCE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_ORDERED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PASSKEY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PASSWORD - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PASSWORDLASTMODIFIED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PASSWORDMAXAGEDAYS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PATHS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PERMISSIONCACHESIZE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PREVIOUSPASSWORDS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PRIMARY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PRIVILEGES - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PROPERTY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PROTECTED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PROTOTYPE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_PROTOTYPES - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_QUERYNAME - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_RELATED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_RELOADONSTARTUP - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_REQUEST - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_RESOURCEBUNDLES - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_RESULTSET - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_ROLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_ROLES - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_ROLESPATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_SEARCH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_SECURITYPROVIDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_SEQUENCE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_STATUS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_SUPERTYPE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_SYSTEM - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_TEMPLATE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_TEXT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_TIMESTAMP - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
HIPPO_TRANSLATION - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
since REPO 4.0.0 (CMS 11.0)
HIPPO_TYPES - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
HIPPO_UPSTREAMITEMS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_URI - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_USERS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_USERSPATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_UUID - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_VALIDATORS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_VALUE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_VALUES - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_VERSION - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPO_WEB_FILE_BUNDLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HippoLock - Interface in org.onehippo.repository.locking
 
HippoLockManager - Interface in org.onehippo.repository.locking
 
HippoNode - Interface in org.hippoecm.repository.api
Any Node instance returned by any method of a Hippo Repostitory may be cast to the HippoNode interface to expose additional functionality.
HippoNodeIterator - Interface in org.hippoecm.repository.api
Extends a #javax.jcr.NodeIterator interface, with an additional method.
HippoNodeType - Interface in org.hippoecm.repository.api
This interface defines the node types and item names that are in use by the Hippo repository build on top of JCR.
HIPPOQL - Static variable in interface org.hippoecm.repository.api.HippoQuery
This query language is not yet available as public API, but reserved for future use.
HippoQuery - Interface in org.hippoecm.repository.api
The HippoQuery is an extension to javax.jcr.query.Query to implement parameterized queries.
HippoRepository - Interface in org.hippoecm.repository
Instances of this class represent a connection to the Repository.
HippoSession - Interface in org.hippoecm.repository.api
An extension of a plain Session based session.
HIPPOSYS_BATCHSIZE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_CANCELLED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_CANCELLEDBY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_CLASS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_DELTADIRECTIVE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_DESCRIPTION - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_DRYRUN - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_FAILED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_FAILEDCOUNT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_FILTER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_FINISHTIME - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_LANGUAGE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_LOG - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_LOGTAIL - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_MODULE_CONFIG - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_NODETYPE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_PARAMETERS - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_QUERY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_REVERT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_SCRIPT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_SKIPPED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_SKIPPEDCOUNT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_STARTEDBY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_STARTTIME - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_SUBTYPE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_THROTTLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_TYPE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_UPDATED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_UPDATEDCOUNT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYS_VALUE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYSEDIT_NODETYPE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HIPPOSYSEDIT_TYPE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
HippoVersionManager - Interface in org.hippoecm.repository.api
 
HippoWorkflowEvent<T extends HippoWorkflowEvent<T>> - Class in org.onehippo.repository.events
 
HippoWorkflowEvent() - Constructor for class org.onehippo.repository.events.HippoWorkflowEvent
 
HippoWorkflowEvent(HippoEvent) - Constructor for class org.onehippo.repository.events.HippoWorkflowEvent
 
HippoWorkspace - Interface in org.hippoecm.repository.api
Any instance of a Workspace returned by a HippoRepository may be cast to a HippoWorkspace to expose some additional services from the Hippo repository.
HOUR - Static variable in class org.hippoecm.repository.util.DateTools.Resolution
 

I

IdentEncoding() - Constructor for class org.hippoecm.repository.api.StringCodecFactory.IdentEncoding
 
IMPORT_MERGE_ADD_OR_OVERWRITE - Static variable in interface org.hippoecm.repository.api.ImportMergeBehavior
Deprecated.
When a node already exist, try to add a new node as a same-name sibling.
IMPORT_MERGE_ADD_OR_SKIP - Static variable in interface org.hippoecm.repository.api.ImportMergeBehavior
Deprecated.
When a node already exist, try to add a new node as a same-name sibling.
IMPORT_MERGE_DISABLE - Static variable in interface org.hippoecm.repository.api.ImportMergeBehavior
Deprecated.
Disable merging with existing nodes.
IMPORT_MERGE_OVERWRITE - Static variable in interface org.hippoecm.repository.api.ImportMergeBehavior
Deprecated.
When a node already exits, drop the existing node and import th enew node.
IMPORT_MERGE_SKIP - Static variable in interface org.hippoecm.repository.api.ImportMergeBehavior
Deprecated.
When a node already exists in the repository on the same path, skip the node in the import and its subtree.
IMPORT_MERGE_THROW - Static variable in interface org.hippoecm.repository.api.ImportMergeBehavior
Deprecated.
When a node alread exist, throw an ItemExistsException exception and abort the import.
IMPORT_REFERENCE_NOT_FOUND_REMOVE - Static variable in interface org.hippoecm.repository.api.ImportReferenceBehavior
When a reference to occurs which cannot be resolved, remove the property containing the reference.
IMPORT_REFERENCE_NOT_FOUND_THROW - Static variable in interface org.hippoecm.repository.api.ImportReferenceBehavior
A missing reference will cause the import to abort by throwing a @{link javax.jcr.RepositoryException} at some time during the import and leave a partial state in the transient state.
IMPORT_REFERENCE_NOT_FOUND_TO_ROOT - Static variable in interface org.hippoecm.repository.api.ImportReferenceBehavior
When a missing reference occurs, re-target the reference to reference the root of the JCR tree (/jcr:root).
importDereferencedXML(String, InputStream, int, int, int) - Method in interface org.hippoecm.repository.api.HippoSession
importDereferencedXML(String, InputStream, ContentResourceLoader, int, int, int) - Method in interface org.hippoecm.repository.api.HippoSession
importEnhancedSystemViewXML(String, InputStream, int, int, ContentResourceLoader) - Method in interface org.hippoecm.repository.api.HippoSession
Import an enhanced system view xml file.
ImportMergeBehavior - Interface in org.hippoecm.repository.api
Deprecated.
there is no substitution for this class, content merging is done using enhanced system view xml semantics
ImportReferenceBehavior - Interface in org.hippoecm.repository.api
This call is not (yet) part of the API, but under evaluation.

The possible actions specified by the referenceBehavior parameter in HippoSession.importDereferencedXML(java.lang.String, java.io.InputStream, int, int, int).

ImportResult - Interface in org.onehippo.repository.xml
Encapsulates different aspects of the result of importing an enhanced system view xml document.
INITIALIZATION_FOLDER - Static variable in interface org.onehippo.repository.bootstrap.InitializationProcessor
 
InitializationProcessor - Interface in org.hippoecm.repository.api
Deprecated.
InitializationProcessor - Interface in org.onehippo.repository.bootstrap
Using an InitializationProcessor you can load hippoecm-extension.xml files into the repository, and execute initialize items in order to bootstrap configuration.
initialize(Node) - Method in class org.hippoecm.repository.api.Document
Extended classes which need custom/extra initialization based on the backing Node should use the Document.initialized() method to get wired into the initialization chain.
initialize(Session) - Method in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
 
initialize(Session) - Method in interface org.onehippo.repository.modules.DaemonModule
Lifecycle callback method that is called when the component is started.
initialize(Session) - Method in class org.onehippo.repository.update.BaseNodeUpdateVisitor
 
initialize(Session) - Method in interface org.onehippo.repository.update.NodeUpdateVisitor
Allows initialization of this updater.
INITIALIZE_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
initialized() - Method in class org.hippoecm.repository.api.Document
Extended classes which need custom/extra initialization based on the backing Node can use this method which will get called after Document.initialize(javax.jcr.Node) has been called.
interaction() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
The value of the interaction property is a combination of the category, name, and action of the root invocation of the invocation hierarchy.
interaction(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 
interactionId() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
A workflow invocation can result in nested workflow invocations if the workflow action in turn invokes another workflow.
interactionId(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 
InternalWorkflow - Interface in org.hippoecm.repository.ext
This interface is not part of the API, and should never be implemented by classes other than in the core repository implementation.

This interface is used as a marker interface indicating that the workflow is implemented by the repository itself.

isActive() - Method in interface org.onehippo.repository.security.User
Whether this user is marked as active.
isDryRun() - Method in interface org.onehippo.repository.update.NodeUpdateVisitorContext
Returns true if the current execution is on dry run mode.
isEqual() - Method in class org.onehippo.repository.security.domain.FacetRule
Check for equality or inequality
isExternalEvent(Event) - Method in interface org.onehippo.repository.cluster.RepositoryClusterService
Whether the JCR event is local or external to the current cluster node.
isMultiple() - Method in class org.hippoecm.repository.util.PropInfo
 
ISO9075Helper() - Constructor for class org.hippoecm.repository.api.StringCodecFactory.ISO9075Helper
 
isOptional() - Method in class org.onehippo.repository.security.domain.FacetRule
When the facet is optional, it does not need to be present on a node for the rule to match.
isPropertyEvent(Event) - Static method in class org.hippoecm.repository.util.JcrUtils
 
isReconfigureEvent(Event) - Method in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
Called by the module configuration listener on event.
isReconfigureEvent(Event) - Method in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
 
isSchedulerEnabled(Node) - Method in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
Returns true only when the scheduling daemon is enabled.
isSystemGroup() - Method in interface org.onehippo.repository.security.Group
Whether this group is marked as a system group.
isSystemUser() - Method in interface org.onehippo.repository.security.User
Whether this user is marked as a system user.
isVirtual() - Method in interface org.hippoecm.repository.api.HippoNode
Whether this is a virtual node or not.
isVirtual(Node) - Static method in class org.hippoecm.repository.util.JcrUtils
 
iterator() - Method in class org.hippoecm.repository.util.NodeIterable
 
iterator() - Method in class org.hippoecm.repository.util.PropertyIterable
 
iterator() - Method in class org.hippoecm.repository.util.RowIterable
 

J

JCR_BASE_VERSION - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_CONTENT - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_CREATED - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_DATA - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_ENCODING - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_FROZEN_MIXIN_TYPES - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_FROZEN_NODE - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_FROZEN_PRIMARY_TYPE - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_FROZEN_UUID - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_IS_CHECKED_OUT - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_LAST_MODIFIED - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_LOCK_IS_DEEP - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_LOCK_OWNER - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_MIME_TYPE - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_MIXIN_TYPES - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_PREDECESSORS - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_PRIMARY_TYPE - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_READ - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_ROOT_VERSION - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_UUID - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_VERSION_HISTORY - Static variable in class org.onehippo.repository.util.JcrConstants
 
JCR_WRITE - Static variable in class org.onehippo.repository.util.JcrConstants
 
JcrConstants - Class in org.onehippo.repository.util
 
JcrUtils - Class in org.hippoecm.repository.util
Some utility methods for writing code against JCR API.
JcrUtils() - Constructor for class org.hippoecm.repository.util.JcrUtils
 
JvmCredentials - Class in org.onehippo.repository.security
 

L

loadExtension(Session, URL) - Method in interface org.onehippo.repository.bootstrap.InitializationProcessor
Deprecated.
No longer functional as of 7.10. Always returning an empty List. Use InitializationProcessor.loadExtensions(javax.jcr.Session) instead.
loadExtensions(Session) - Method in interface org.onehippo.repository.bootstrap.InitializationProcessor
Load all hippoecm-extension.xml files that are on the current classpath into the repository.
LocalizationService - Interface in org.onehippo.repository.l10n
A service for obtaining ResourceBundles from the repository.
localRefresh() - Method in interface org.hippoecm.repository.api.HippoSession
This method discards all pending changes currently recorded in this Session, including the built-up virtual node states.
lock(Session) - Method in interface org.onehippo.repository.bootstrap.InitializationProcessor
Obtain a cluster-wide lock on the initialization process to prevent concurrent initialization attempts.
lock(String, boolean, boolean, long, String) - Method in interface org.onehippo.repository.locking.HippoLockManager
 
log - Variable in class org.onehippo.repository.update.BaseNodeUpdateVisitor
 
LOG_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
login() - Method in interface org.hippoecm.repository.api.ReferenceWorkspace
Log in to the workspace with system credentials
login() - Method in interface org.hippoecm.repository.HippoRepository
Creates a new Session for the current user, which might involve opening an anonymous session.
login(String, char[]) - Method in interface org.hippoecm.repository.HippoRepository
Creates a new Session for the user identifier with the indicated username and password.
login(Credentials) - Method in interface org.hippoecm.repository.HippoRepository
Creates a new Session for the user identifier with the indicated credentials.
login(SimpleCredentials) - Method in interface org.hippoecm.repository.HippoRepository
Deprecated.
since 2.26.00 use #login(javax.jcr.Credentials) instead

M

MappingException - Exception in org.hippoecm.repository.api
An MappingException is thrown for workflow or document mapping when when a required data or configuration is not present or a representation in data could not be made.
MappingException(String) - Constructor for exception org.hippoecm.repository.api.MappingException
Constructs a new mapping exception with the specified detail message and without initialized cause
MappingException(String, Exception) - Constructor for exception org.hippoecm.repository.api.MappingException
Constructs a new mapping exception with the specified detail message and cause
methodName() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
Deprecated.
methodName(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
Deprecated.
MILLISECOND - Static variable in class org.hippoecm.repository.util.DateTools.Resolution
 
MINUTE - Static variable in class org.hippoecm.repository.util.DateTools.Resolution
 
MIX_LOCKABLE - Static variable in class org.onehippo.repository.util.JcrConstants
 
MIX_REFERENCEABLE - Static variable in class org.onehippo.repository.util.JcrConstants
 
MIX_VERSIONABLE - Static variable in class org.onehippo.repository.util.JcrConstants
 
moduleConfigPath - Variable in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
 
moduleName - Variable in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
 
MODULES_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
MONTH - Static variable in class org.hippoecm.repository.util.DateTools.Resolution
 

N

NameEncoding() - Constructor for class org.hippoecm.repository.api.StringCodecFactory.NameEncoding
 
NAMESPACES_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
nextEvent() - Method in interface org.hippoecm.repository.api.RevisionEventJournal
NO_SYSTEM_IMPERSONATION - Static variable in interface org.hippoecm.repository.api.HippoSession
Deprecated.
this attribute name and usage will be removed again when the limitation as described above has been fixed.
node - Variable in class org.hippoecm.repository.api.HierarchyResolver.Entry
 
NodeInfo - Class in org.hippoecm.repository.util
 
NodeInfo(String, int, NodeType, NodeType[]) - Constructor for class org.hippoecm.repository.util.NodeInfo
 
NodeInfo(Node) - Constructor for class org.hippoecm.repository.util.NodeInfo
 
NodeIterable - Class in org.hippoecm.repository.util
 
NodeIterable(NodeIterator) - Constructor for class org.hippoecm.repository.util.NodeIterable
 
NodeNameCodec - Class in org.hippoecm.repository.api
Helper class for encoding and decoding node names
NodeNameCodec() - Constructor for class org.hippoecm.repository.api.NodeNameCodec
 
nodeTypeManager - Variable in class org.hippoecm.repository.util.DefaultCopyHandler
 
NodeUpdaterService - Interface in org.onehippo.repository.update
The node updater service runs registered & not-yet-completed updater visitors.
NodeUpdaterService.NodeUpdaterResult - Enum in org.onehippo.repository.update
 
NodeUpdateVisitor - Interface in org.onehippo.repository.update
Visitor for updating repository content.
NodeUpdateVisitorContext - Interface in org.onehippo.repository.update
Provided as an execution context to NodeUpdateVisitor instance in order to allow an NodeUpdateVisitor to be able to manually update skipped/updated/failed node count while being executed on single node iteration (e.g, in #doUpdate(node) method in a groovy updater script).
NT_AUTHROLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_BASE - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_COMPOUND - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_CONFIGURATION - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_DELETED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_DERIVED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_DOCUMENT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_DOMAIN - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_DOMAINFOLDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_DOMAINRULE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_EXTERNALGROUP - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_EXTERNALROLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_EXTERNALUSER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_FACETBASESEARCH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_FACETRESULT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_FACETRULE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_FACETSEARCH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_FACETSELECT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_FACETSUBSEARCH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_FIELD - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_FILE - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_FOLDER - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_FROZEN_NODE - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_GROUP - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_GROUPFOLDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_GROUPPROVIDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_HANDLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_HARDDOCUMENT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
since 2.26.00 (7.9.0) Do not use any more. Usages have been replaced with JcrConstants.MIX_VERSIONABLE or JcrConstants.MIX_REFERENCEABLE
NT_HARDHANDLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
since 2.26.00 (7.9.0) Do not use any more. Usages have been replaced with JcrConstants.MIX_VERSIONABLE or JcrConstants.MIX_REFERENCEABLE
NT_IMPLEMENTATION - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_INITIALIZEFOLDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_INITIALIZEITEM - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_LOCKABLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_MIRROR - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_MODULE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_MOUNT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_NAMED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_NAMESPACE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_NAMESPACEFOLDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_NODETYPE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_OCMQUERY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
NT_PROTOTYPESET - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_QUERY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_REMODEL - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_REQUEST - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_RESOURCE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_RESOURCE - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_RESOURCEBUNDLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_RESOURCEBUNDLES - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_ROLE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_ROLEFOLDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_ROLEPROVIDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_SECURITYFOLDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_SECURITYPROVIDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_SKIPINDEX - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_SOFTDOCUMENT - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_SYSTEM - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_TEMPLATETYPE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_TRANSLATED - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
since REPO 4.0.0 (CMS 11.0)
NT_TRANSLATION - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
since REPO 4.0.0 (CMS 11.0)
NT_TYPE - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
NT_TYPES - Static variable in interface org.hippoecm.repository.api.HippoNodeType
Deprecated.
NT_UNSTRUCTURED - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_USER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_USERFOLDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_USERPROVIDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_VERSION - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_VERSION_HISTORY - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_VERSION_LABELS - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_VERSION_STORAGE - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_VERSIONED_CHILD - Static variable in class org.onehippo.repository.util.JcrConstants
 
NT_WORKFLOW - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_WORKFLOWCATEGORY - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
NT_WORKFLOWFOLDER - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 

O

onConfigurationChange(Node) - Method in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
Called when the module configuration has changed.
onConfigurationChange(Node) - Method in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
 
onHippoEvent(HippoEvent) - Method in interface org.onehippo.repository.events.PersistedHippoEventListener
Persisted HippoEvents will be delivered through this method.
onlyNewEvents() - Method in interface org.onehippo.repository.events.PersistedHippoEventListener
 
org.hippoecm.repository - package org.hippoecm.repository
This package provides a factory class to obtain access to a Hippo repository.
org.hippoecm.repository.api - package org.hippoecm.repository.api
 
org.hippoecm.repository.ext - package org.hippoecm.repository.ext
 
org.hippoecm.repository.util - package org.hippoecm.repository.util
 
org.onehippo.repository - package org.onehippo.repository
 
org.onehippo.repository.api - package org.onehippo.repository.api
 
org.onehippo.repository.api.annotation - package org.onehippo.repository.api.annotation
 
org.onehippo.repository.bootstrap - package org.onehippo.repository.bootstrap
 
org.onehippo.repository.cluster - package org.onehippo.repository.cluster
 
org.onehippo.repository.events - package org.onehippo.repository.events
 
org.onehippo.repository.l10n - package org.onehippo.repository.l10n
 
org.onehippo.repository.locking - package org.onehippo.repository.locking
 
org.onehippo.repository.modules - package org.onehippo.repository.modules
 
org.onehippo.repository.scheduling - package org.onehippo.repository.scheduling
 
org.onehippo.repository.security - package org.onehippo.repository.security
 
org.onehippo.repository.security.domain - package org.onehippo.repository.security.domain
 
org.onehippo.repository.update - package org.onehippo.repository.update
 
org.onehippo.repository.util - package org.onehippo.repository.util
 
org.onehippo.repository.xml - package org.onehippo.repository.xml
 
OverwritingCopyHandler - Class in org.hippoecm.repository.util
CopyHandler that overwrites the first started node.
OverwritingCopyHandler(Node) - Constructor for class org.hippoecm.repository.util.OverwritingCopyHandler
 

P

parametersMap - Variable in class org.onehippo.repository.update.BaseNodeUpdateVisitor
 
PASSKEY - Static variable in class org.onehippo.repository.security.JvmCredentials
 
pendingChanges(String, boolean) - Method in interface org.hippoecm.repository.api.HippoNode
Obtains an iterator over the set of nodes that potentially contain changes, starting (and not including) this node.
pendingChanges(String) - Method in interface org.hippoecm.repository.api.HippoNode
Conveniance method for pendingChanges(nodeType,false)
pendingChanges() - Method in interface org.hippoecm.repository.api.HippoNode
Conveniance method for pendingChanges("nt:base", false)
pendingChanges(Node, String, boolean) - Method in interface org.hippoecm.repository.api.HippoSession
Obtains an iterator over the set of nodes that potentially contain changes, starting (and not including) the indicated node.
pendingChanges(Node, String) - Method in interface org.hippoecm.repository.api.HippoSession
Conveniance method for pendingChanges(node,nodeType,false)
pendingChanges() - Method in interface org.hippoecm.repository.api.HippoSession
Largely a conveniance method for pendingChanges(Session.getRootNode(), "nt:base", false) however will also return the root node if modified.
Persisted - Annotation Type in org.onehippo.repository.events
Deprecated.
No longer used. Use the PersistedHippoEventListener interface instead
PersistedHippoEventListener - Interface in org.onehippo.repository.events
Developers can implement this interface to asynchronously receive HippoEvents after they occurred in the repository, across a repository cluster.
PersistedHippoEventsService - Interface in org.onehippo.repository.events
Marker interface for the singleton WhiteboardService service to which PersistedHippoEventListeners can register themselves through the HippoServiceRegistry.
PLUGIN_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
PostStartupTask - Interface in org.onehippo.repository.bootstrap
Task that needs to be executed after the repository has been started.
processInitializeItems(Session) - Method in interface org.onehippo.repository.bootstrap.InitializationProcessor
Process (execute) all pending initialize items currently loaded in the repository.
processInitializeItems(Session, List<Node>) - Method in interface org.onehippo.repository.bootstrap.InitializationProcessor
Process (execute) a specific list of initialize items.
PropertyIterable - Class in org.hippoecm.repository.util
 
PropertyIterable(PropertyIterator) - Constructor for class org.hippoecm.repository.util.PropertyIterable
 
PropertyValueGetterImpl - Class in org.hippoecm.repository.util
 
PropertyValueGetterImpl(ValueGetter<Value, ?>, ValueGetter<Value[], ?>) - Constructor for class org.hippoecm.repository.util.PropertyValueGetterImpl
 
PropertyValueGetterImpl(ValueGetter<Value, ?>) - Constructor for class org.hippoecm.repository.util.PropertyValueGetterImpl
 
PropertyValueGetterImpl() - Constructor for class org.hippoecm.repository.util.PropertyValueGetterImpl
 
PropInfo - Class in org.hippoecm.repository.util
 
PropInfo(String, int, Value[]) - Constructor for class org.hippoecm.repository.util.PropInfo
 
PropInfo(String, int, Value) - Constructor for class org.hippoecm.repository.util.PropInfo
 
ProvidesService - Annotation Type in org.onehippo.repository.modules
Use this annotation on implementations of DaemonModules to inform the system about which services it registers with the HippoServiceRegistry.

Q

QUERIES_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 

R

recomputeDerivedData() - Method in interface org.hippoecm.repository.api.HippoNode
Some operations may leave some nodes' derived data stale.
ReferenceWorkspace - Interface in org.hippoecm.repository.api
A reference workspace represents the state of the repository after it was first bootstrapped.
register(String, HippoRepository) - Static method in class org.hippoecm.repository.VMHippoRepository
DO NOT USE THIS METHOD! This class and all its methods are NOT part of the API.
relPath - Variable in class org.hippoecm.repository.api.HierarchyResolver.Entry
 
removeChildNodes(Node) - Method in class org.hippoecm.repository.util.OverwritingCopyHandler
 
removeProperties(Node) - Method in class org.hippoecm.repository.util.OverwritingCopyHandler
 
REPEAT_INDEFINITELY - Static variable in class org.onehippo.repository.scheduling.RepositoryJobSimpleTrigger
Special repeat count value for indefinite repetition of the trigger.
replaceMixins(Node, NodeInfo) - Method in class org.hippoecm.repository.util.OverwritingCopyHandler
 
reportFailed(String) - Method in interface org.onehippo.repository.update.NodeUpdateVisitorContext
Manually report/increment the failed count in the current execution.
reportSkipped(String) - Method in interface org.onehippo.repository.update.NodeUpdateVisitorContext
Manually report/increment the skipped count in the current execution.
reportUpdated(String) - Method in interface org.onehippo.repository.update.NodeUpdateVisitorContext
Manually report/increment the updated count in the current execution.
RepositoryClusterService - Interface in org.onehippo.repository.cluster
 
RepositoryJob - Interface in org.onehippo.repository.scheduling
Interface to implement to perform the work to be scheduled.
RepositoryJobCronTrigger - Class in org.onehippo.repository.scheduling
Repository job trigger that operates on a cron expression.
RepositoryJobCronTrigger(String, String) - Constructor for class org.onehippo.repository.scheduling.RepositoryJobCronTrigger
 
RepositoryJobExecutionContext - Class in org.onehippo.repository.scheduling
Context object containing operational information and helper objects for use by RepositoryJobs to do their job.
RepositoryJobExecutionContext(Session, Map<String, String>) - Constructor for class org.onehippo.repository.scheduling.RepositoryJobExecutionContext
 
RepositoryJobInfo - Class in org.onehippo.repository.scheduling
Captures information about a repository job.
RepositoryJobInfo(String, Class<? extends RepositoryJob>) - Constructor for class org.onehippo.repository.scheduling.RepositoryJobInfo
Create a job within the default group.
RepositoryJobInfo(String, String, Class<? extends RepositoryJob>) - Constructor for class org.onehippo.repository.scheduling.RepositoryJobInfo
Create a job.
RepositoryJobSimpleTrigger - Class in org.onehippo.repository.scheduling
Repository job trigger that allows to schedule a repository job either once at a given date, or repeatedly from a given date onwards.
RepositoryJobSimpleTrigger(String, Date) - Constructor for class org.onehippo.repository.scheduling.RepositoryJobSimpleTrigger
Create a trigger that will occur once at startTime.
RepositoryJobSimpleTrigger(String, Date, int, long) - Constructor for class org.onehippo.repository.scheduling.RepositoryJobSimpleTrigger
Create a trigger that will start at startTime and repeat at repeatInterval repeatCount times.
RepositoryJobTrigger - Class in org.onehippo.repository.scheduling
Base class for information about when to schedule a job with the repository.
RepositoryJobTrigger(String) - Constructor for class org.onehippo.repository.scheduling.RepositoryJobTrigger
 
RepositoryMap - Interface in org.hippoecm.repository.api
Map representation of a JCR Node.
RepositoryScheduler - Interface in org.onehippo.repository.scheduling
Repository service for scheduling jobs.
RepositoryService - Interface in org.onehippo.repository
 
RequiresService - Annotation Type in org.onehippo.repository.modules
Use this annotation on implementations of DaemonModules to inform the system about which services it uses from the HippoServiceRegistry and which are provided by other DaemonModules.
RESOLUTIONSMAP - Static variable in class org.hippoecm.repository.util.DateTools.Resolution
 
ResourceBundle - Interface in org.onehippo.repository.l10n
A ResourceBundle is a set of Strings identified by keys A ResourceBundle is associated with a Locale making the Strings specific for that Locale.
returnType() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
The java type of the object returned by the workflow action, if any
returnType(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 
returnValue() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
The value returned by the workflow action, if any
returnValue(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 
RevisionEvent - Interface in org.hippoecm.repository.api
A JCR Event with the revision id of the corresponding ClusterRecord exposed by the RevisionEvent.getRevision() method.
RevisionEventJournal - Interface in org.hippoecm.repository.api
An extension of EventJournal which also allows skipping based on Event revision.
ROLES_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
ROOT_NODE_ID - Static variable in class org.onehippo.repository.util.JcrConstants
 
round(long, DateTools.Resolution) - Static method in class org.hippoecm.repository.util.DateTools
Limit a date's resolution.
roundDate(long, DateTools.Resolution) - Static method in class org.hippoecm.repository.util.DateTools
Limit a date's resolution.
RowIterable - Class in org.hippoecm.repository.util
 
RowIterable(RowIterator) - Constructor for class org.hippoecm.repository.util.RowIterable
 

S

scheduleJob(Node) - Method in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
 
scheduleJob(RepositoryJobInfo, RepositoryJobTrigger) - Method in interface org.onehippo.repository.scheduling.RepositoryScheduler
Schedule a job.
SECOND - Static variable in class org.hippoecm.repository.util.DateTools.Resolution
 
SECURITY_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
SecurityService - Interface in org.onehippo.repository.security
A service for obtaining security related information from the repository.
session - Variable in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
 
setAttribute(String, String) - Method in class org.onehippo.repository.scheduling.RepositoryJobInfo
Set the value of an attribute.
setBooleanProperty(String, Boolean) - Method in class org.hippoecm.repository.api.Document
 
setCurrent(Node) - Method in class org.hippoecm.repository.util.DefaultCopyHandler
 
setDateProperty(String, Date) - Method in class org.hippoecm.repository.api.Document
 
setLogger(Logger) - Method in interface org.onehippo.repository.bootstrap.InitializationProcessor
Deprecated.
No longer functional. Do not use.
setLogger(Logger) - Method in class org.onehippo.repository.update.BaseNodeUpdateVisitor
 
setLongProperty(String, Long) - Method in class org.hippoecm.repository.api.Document
 
setNode(Node) - Method in class org.hippoecm.repository.ext.WorkflowImpl
This call is not part of the public API

setNodeProperty(String, Node) - Method in class org.hippoecm.repository.api.Document
 
setParametersMap(Map<String, Object>) - Method in class org.onehippo.repository.update.BaseNodeUpdateVisitor
 
setPrimaryType(Node, NodeInfo) - Method in class org.hippoecm.repository.util.OverwritingCopyHandler
 
setProperty(PropInfo) - Method in interface org.hippoecm.repository.util.CopyHandler
 
setProperty(PropInfo) - Method in class org.hippoecm.repository.util.DefaultCopyHandler
 
setStringProperty(String, String) - Method in class org.hippoecm.repository.api.Document
 
setStringsProperty(String, String[]) - Method in class org.hippoecm.repository.api.Document
 
setValueFactory(ValueFactory) - Method in class org.hippoecm.repository.ext.DerivedDataFunction
 
setVisitorContext(NodeUpdateVisitorContext) - Method in class org.onehippo.repository.update.BaseNodeUpdateVisitor
 
setWorkflowContext(WorkflowContext) - Method in class org.hippoecm.repository.ext.WorkflowImpl
This call is not (yet) part of the API, but under evaluation.

shutdown() - Method in class org.onehippo.repository.modules.AbstractReconfigurableDaemonModule
 
shutdown() - Method in interface org.onehippo.repository.modules.DaemonModule
Lifecycle callback method that is called by the repository before shutting down
skipToRevision(long) - Method in interface org.hippoecm.repository.api.RevisionEventJournal
Skip all Events with revision less than or equal to revision.
startKeepAlive() - Method in interface org.onehippo.repository.locking.HippoLock
Starts a keep-alive that refreshes the lock before expiring.
startNode(NodeInfo) - Method in interface org.hippoecm.repository.util.CopyHandler
 
startNode(NodeInfo) - Method in class org.hippoecm.repository.util.DefaultCopyHandler
 
startNode(NodeInfo) - Method in class org.hippoecm.repository.util.OverwritingCopyHandler
 
stopKeepAlive() - Method in interface org.onehippo.repository.locking.HippoLock
Stops the previously started keep-alive on this lock.
storeAsNode(String, String) - Method in interface org.hippoecm.repository.api.HippoQuery
 
StringCodec - Interface in org.hippoecm.repository.api
Strategy interface for encoding and decoding strings.
StringCodecFactory - Class in org.hippoecm.repository.api
The StringCodecFactory allows you access to symbolic named StringCodec's.
StringCodecFactory(Map<String, StringCodec>) - Constructor for class org.hippoecm.repository.api.StringCodecFactory
Initialized a StringCodecFactory with the given and fixed StringCodec mappings.
StringCodecFactory.IdentEncoding - Class in org.hippoecm.repository.api
Usage of this class discouraged.
StringCodecFactory.ISO9075Helper - Class in org.hippoecm.repository.api
Usage of this class discouraged.
StringCodecFactory.NameEncoding - Class in org.hippoecm.repository.api
Helper class for encoding and decoding node names
StringCodecFactory.UriEncoding - Class in org.hippoecm.repository.api
Direct usage of this class discouraged.
stringToDate(String, DateTools.Resolution) - Static method in class org.hippoecm.repository.util.DateTools
 
subjectId() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
The JCR node identifier of the workflow subject
subjectId(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 
subjectPath() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
The JCR node path of the workflow subject
subjectPath(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 
success() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
Whether the workflow invocation was successful
SynchronousEventListener - Interface in org.hippoecm.repository.api
A marker interface for synchronous event listener.

T

TEMPORARY_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
timeToString(long, DateTools.Resolution) - Static method in class org.hippoecm.repository.util.DateTools
Converts a millisecond time to a string suitable for indexing.
toJavaResourceBundle() - Method in interface org.onehippo.repository.l10n.ResourceBundle
 
toString() - Method in class org.hippoecm.repository.api.CronExpression
Deprecated.
toString() - Method in class org.hippoecm.repository.api.Document
toString() - Method in class org.hippoecm.repository.util.DateTools.Resolution
 
toString() - Method in class org.hippoecm.repository.util.NodeInfo
 
toString() - Method in class org.hippoecm.repository.util.PropInfo
 
toString() - Method in class org.onehippo.repository.security.domain.DomainRuleExtension
 
toString() - Method in class org.onehippo.repository.security.domain.FacetRule
 
TRANSLATIONS_PATH - Static variable in interface org.onehippo.repository.l10n.LocalizationService
The root path in the repository where ResourceBundles are stored.

U

undoUpdate(Node) - Method in interface org.onehippo.repository.update.NodeUpdateVisitor
Revert the given node.
unlock(Session) - Method in interface org.onehippo.repository.bootstrap.InitializationProcessor
Free the lock previously obtained by the InitializationProcessor.lock(javax.jcr.Session) method.
unscheduleJob() - Method in class org.onehippo.repository.modules.AbstractReconfigurableSchedulingDaemonModule
Deprecated.
 
updateNode(Node) - Method in interface org.onehippo.repository.update.NodeUpdaterService
 
URI_JCR - Static variable in class org.onehippo.repository.util.JcrConstants
 
URI_SV - Static variable in class org.onehippo.repository.util.JcrConstants
 
UriEncoding() - Constructor for class org.hippoecm.repository.api.StringCodecFactory.UriEncoding
 
User - Interface in org.onehippo.repository.security
Represents a user in the repository.
USERS_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 

V

ValueGetter<X,Y> - Interface in org.hippoecm.repository.util
 
valueOf(String) - Static method in enum org.onehippo.repository.update.NodeUpdaterService.NodeUpdaterResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.onehippo.repository.update.NodeUpdaterService.NodeUpdaterResult
Returns an array containing the constants of this enum type, in the order they are declared.
visitorContext - Variable in class org.onehippo.repository.update.BaseNodeUpdateVisitor
 
VMHippoRepository - Class in org.hippoecm.repository
DO NOT USE THIS CLASS! This class is NOT part of the API.

W

WEEK - Static variable in class org.hippoecm.repository.util.DateTools.Resolution
 
Workflow - Interface in org.hippoecm.repository.api
A workflow is a set of procedures that can be performed on a document in the repository.
WorkflowAction - Annotation Type in org.onehippo.repository.api.annotation
Annotation for workflow interface operations.
workflowCategory() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
The workflow category
workflowCategory(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 
WorkflowContext - Interface in org.hippoecm.repository.api
A workflow context class is made available to a workflow implementation (see WorkflowImpl@getWorkflowContext) to obtain additional information during the execution of a workflow step.
WorkflowDescriptor - Interface in org.hippoecm.repository.api
 
WorkflowException - Exception in org.hippoecm.repository.api
An WorkflowException is thrown when a workflow implementation disallows the workflow step to be taken for some reason.
WorkflowException(String) - Constructor for exception org.hippoecm.repository.api.WorkflowException
Constructs a new workflow exception with the specified detail message and without initialized cause
WorkflowException(String, Exception) - Constructor for exception org.hippoecm.repository.api.WorkflowException
Constructs a new workflow exception with the specified detail message and cause
WorkflowImpl - Class in org.hippoecm.repository.ext
Implementors of a work-flow in the repository must extend from the WorkflowImpl base type.
WorkflowImpl() - Constructor for class org.hippoecm.repository.ext.WorkflowImpl
All implementations of a work-flow must provide a single, no-argument constructor.
WorkflowManager - Interface in org.hippoecm.repository.api
The work-flow manager is a service associated with a JCR session which provides access to a work-flow associated with a document stored in the repository.
workflowName() - Method in class org.onehippo.repository.events.HippoWorkflowEvent
The workflow name
workflowName(String) - Method in class org.onehippo.repository.events.HippoWorkflowEvent
 
WORKFLOWS_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
 
WorkflowTask - Interface in org.onehippo.repository.api
A unit task as part of a workflow action processing.

Y

YEAR - Static variable in class org.hippoecm.repository.util.DateTools.Resolution
 

Z

ZipFileContentResourceLoader - Class in org.onehippo.repository.util
ContentResourceLoader implementation for loading resources from a zip file.
ZipFileContentResourceLoader(ZipFile) - Constructor for class org.onehippo.repository.util.ZipFileContentResourceLoader
 
A B C D E F G H I J L M N O P Q R S T U V W Y Z 
Skip navigation links

Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.