Interface | Description |
---|---|
Content |
Content abstraction defined by the following properties:
type
the content type (can only be set on creation)
language
the language (can only be set on creation)
title
the title
creator
the login of the creator
creationDate
the date when the content was created
lastContributor
the login of the last contributor
lastModified
the date when the last modification takes place
|
ModifiableContent |
Modifiable content abstraction
|
ModifiableWorkflowAwareContent |
Interface that brings together
ModifiableContent and WorkflowAwareContent . |
ReactionableObject |
Interface to handle reactions on object
|
TagAwareAmetysObject |
AmetysObject which is aware of tagging. |
TaggableAmetysObject |
A modifiable tag aware
|
WorkflowAwareContent |
Content abstraction defined by the following additional property:
workflowId
the id of the workflow instance associated with the content
|
Class | Description |
---|---|
CloneComponent |
Helper for common processing used while synchronizing.
|
ContentAttributeTypeExtensionPoint |
Extension point holding all
ModelItemType classes for content attributes. |
ContentDAO |
DAO for manipulating contents
|
ContentFactory |
AmetysObjectFactory handling DefaultContent . |
ContentQueryHelper |
Helper for creating JCR XPath queries involving content predicates.
Created XPath queries are like : //element(*, ametys:content)[<content predicate>] |
ContentTypeExpression |
Constructs an
Expression testing the content type. |
ContentTypeOrMixinExpression |
Constructs an
Expression testing the content type. |
CurrentStepExpression |
Constructs an
Expression testing the current workflow step. |
DefaultContent<F extends ContentFactory> |
Default implementation of a
Content , also versionable, lockable and workflow-aware. |
DefaultWorkflowAwareContent<F extends DefaultWorkflowAwareContentFactory> |
Default implementation of a
Content , also versionable, lockable and workflow-aware. |
DefaultWorkflowAwareContentFactory | |
HistoryStepExpression |
Constructs an
Expression testing the existence of a particular step on the workflow history. |
ImportSimpleContentsAction |
Imports simple contents from a CSV file
|
LanguageExpression |
Constructs an
Expression corresponding to a language comparison. |
MixinTypeExpression |
Constructs an
Expression testing the mixin type. |
ModifiableContentFactory |
AmetysObjectFactory handling Content . |
ModifiableContentHelper |
Provides helper methods to use the
ModifiableContent API on DefaultContent s. |
ModifiableDefaultContent<F extends ModifiableContentFactory> |
Default implementation of a
Content , also versionable, lockable and workflow-aware. |
ReactionableObjectHelper |
Helper class which provides methods to manage reactions on a object
|
SelectWorkspaceAction |
Action for selecting the JCR workspace to use. |
SubContentExpression |
Constructs an
Expression for sub-content comparison |
WorkflowAwareContentHelper |
Provides helper methods to use the
WorkflowAwareContent API on JCRAmetysObject s. |
WorkflowStepExpression |
Constructs an
Expression testing the current workflow step of a content. |
Enum | Description |
---|---|
ContentDAO.TagMode |
The mode for tag edition
|
ReactionableObject.ReactionType |
Reaction type.
|
WorkflowStepExpression.LogicalOperator |
The logical operator to use in xpath query
|