org.nuxeo.ecm.platform.workflow.jbpm.handlers.api.client
Class AbstractWorkflowDocumentAssignmentHandler
java.lang.Object
org.nuxeo.ecm.platform.workflow.jbpm.handlers.api.common.AbstractWorkflowDocumentHandler
org.nuxeo.ecm.platform.workflow.jbpm.handlers.api.client.AbstractWorkflowDocumentAssignmentHandler
- All Implemented Interfaces:
- Serializable, AssignmentHandler
- Direct Known Subclasses:
- NuxeoAssignmentHandler
public abstract class AbstractWorkflowDocumentAssignmentHandler
- extends AbstractWorkflowDocumentHandler
- implements AssignmentHandler
Abstract workflow document assignment handler.
This class aims at being used when implementing business assignment handlers
bound to jBPM business processes deployed along with Nuxeo core. It provides
a higher-level API to perform default document oriented operations under
the supervision of the process.
- Author:
- Julien Anguenot
- See Also:
- Serialized Form
| Methods inherited from class org.nuxeo.ecm.platform.workflow.jbpm.handlers.api.common.AbstractWorkflowDocumentHandler |
bindDocumentToProcess, documentFollowTransition, getDocumentAllowedStateTransitions, getDocumentCurrentLifeCycle, getDocumentManager, getDocumentMessageProducer, getDocumentModel, getDocumentRef, getDocumentRepositoryLocationURI, getInfoMap, getLifeCycleManager, getLifeCycleTransitionToDestinationState, getProcessInstance, getProcessInstanceCreator, getProcessInstanceCurrentReviewLevel, getProcessInstanceDocumentModificationPolicy, getProcessInstanceDocumentVersioningPolicy, getProcessInstanceName, getSecuManager, getSecuPolicyManager, getWAPI, getWorkflowDocumentRelation, notifyEvent, removeWFACL, setupDefaultRightsFromPolicy, setupRightsFromPolicy, unbindDocumentToProcess |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWorkflowDocumentAssignmentHandler
protected AbstractWorkflowDocumentAssignmentHandler()
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.