Package | Description |
---|---|
com.wewebu.ow.server.ecm.bpm |
Modifier and Type | Interface and Description |
---|---|
interface |
OwWorkitemRepository<W extends OwWorkitem>
Base interface for Workitem containers, or BPM Queues.
To be implemented with the specific BPM system. |
Modifier and Type | Method and Description |
---|---|
OwWorkitem |
OwWorkitemRepository.createLaunchableItem(OwWorkflowDescription workflowDescription_p,
Collection attachmentobjects_p)
create a temporary work item for the given workflow ID that can be edited in a launch processor
NOTE: The item is not launched until its dispatch method is called.
|
OwWorkitem |
OwWorkitemContainer.pull(OwSort sort_p,
Set exclude_p)
pulls the next available work item out of the container and locks it for the user
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.