Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.platform.workflow.jbpm.handlers.api.client
Class AbstractWorkflowDocumentAssignmentHandler

java.lang.Object
  extended by org.nuxeo.ecm.platform.workflow.jbpm.handlers.api.common.AbstractWorkflowDocumentHandler
      extended by 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

Field Summary
 
Fields inherited from class org.nuxeo.ecm.platform.workflow.jbpm.handlers.api.common.AbstractWorkflowDocumentHandler
coreDocBD, lifecycleBD, log, secuBD, secuPolicyBD, wDocRelBD
 
Constructor Summary
protected AbstractWorkflowDocumentAssignmentHandler()
           
 
Method Summary
 
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
 
Methods inherited from interface org.jbpm.taskmgmt.def.AssignmentHandler
assign
 

Constructor Detail

AbstractWorkflowDocumentAssignmentHandler

protected AbstractWorkflowDocumentAssignmentHandler()

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.