Package org.hippoecm.repository.api
Class DocumentWorkflowAction
java.lang.Object
org.hippoecm.repository.api.DocumentWorkflowAction
- All Implemented Interfaces:
ActionAware
,WorkflowAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hippoecm.repository.api.WorkflowAction
WorkflowAction.PayloadKey
-
Constructor Summary
ConstructorDescriptionDocumentWorkflowAction
(String action) DocumentWorkflowAction
(String action, boolean mutates) -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentWorkflowAction
addEventPayload
(String key, Object value) addEventPayload
(WorkflowAction.PayloadKey key, Object value) static DocumentWorkflowAction
branch()
static DocumentWorkflowAction
campaign()
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
copy()
static DocumentWorkflowAction
delete()
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
boolean
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
move()
static DocumentWorkflowAction
none()
static DocumentWorkflowAction
static DocumentWorkflowAction
publish()
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
rename()
static DocumentWorkflowAction
requestIdentifier
(String requestIdentifier) static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
static DocumentWorkflowAction
unlock()
static DocumentWorkflowAction
version()
static DocumentWorkflowAction
-
Constructor Details
-
DocumentWorkflowAction
-
DocumentWorkflowAction
-
-
Method Details
-
unlock
-
publish
-
checkModified
-
obtainEditableInstance
-
commitEditableInstance
-
editDraft
-
saveDraft
-
disposeEditableInstance
-
requestDepublication
-
requestPublication
-
delete
-
rename
-
copy
-
move
-
depublish
-
cancelRequest
-
acceptRequest
-
rejectRequest
-
version
-
versionRestoreTo
-
restoreVersion
-
restoreVersionToBranch
-
listVersions
-
retrieveVersion
-
listBranches
-
branch
-
getBranch
-
checkoutBranch
-
reintegrateBranch
-
publishBranch
-
depublishBranch
-
removeBranch
-
none
-
saveUnpublished
-
campaign
-
removeCampaign
-
labelVersion
-
removeLabelVersion
-
getRequestIdentifier
-
requestIdentifier
-
getEventPayload
-
addEventPayload
-
addEventPayload
-
getAction
- Specified by:
getAction
in interfaceActionAware
-
isMutates
public boolean isMutates()
-