- 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
Group
s 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
-
- 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
Group
s 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
-
- getName() - Method in class org.onehippo.repository.scheduling.RepositoryJobInfo
-
- getName() - Method in class org.onehippo.repository.scheduling.RepositoryJobTrigger
-
- 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
-
- 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
-
- 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
User
s 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
User
s in the repository.
- GROUPS_PATH - Static variable in interface org.hippoecm.repository.api.HippoNodeType
-
- 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
-
- ImportReferenceBehavior - Interface in org.hippoecm.repository.api
-
- 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
-
- 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
-
- 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
RepositoryJob
s 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
DaemonModule
s to
inform the system about which services it uses from the
HippoServiceRegistry
and which are provided by other
DaemonModule
s.
- RESOLUTIONSMAP - Static variable in class org.hippoecm.repository.util.DateTools.Resolution
-
- ResourceBundle - Interface in org.onehippo.repository.l10n
-
- 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
-
- 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.