Package org.imixs.workflow.office.forms
Class SystemWorkitemService
- java.lang.Object
-
- org.imixs.workflow.office.forms.WorkitemService
-
- org.imixs.workflow.office.forms.SystemWorkitemService
-
@RunAs("org.imixs.ACCESSLEVEL.MANAGERACCESS") public class SystemWorkitemService extends WorkitemServiceThis EJB provides a administrative access to the service layer. The bean can be used for processing workitems with anonymous users. The bean runns with manager access. Be careful in usage. glassfish-ejb-jar.xmlSystemWorkitemService IMIXS-WORKFLOW-Service - Author:
- rsoika
-
-
Constructor Summary
Constructors Constructor Description SystemWorkitemService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.imixs.workflow.ItemCollectionprocessWorkItem(org.imixs.workflow.ItemCollection aworkitem)Processes a WorkItem.org.imixs.workflow.ItemCollectionsave(org.imixs.workflow.ItemCollection entity)The method saves an entity-
Methods inherited from class org.imixs.workflow.office.forms.WorkitemService
createWorkItem, findAllVersions, findAncestorsVersions
-
-
-
-
Method Detail
-
processWorkItem
public org.imixs.workflow.ItemCollection processWorkItem(org.imixs.workflow.ItemCollection aworkitem) throws org.imixs.workflow.exceptions.AccessDeniedException, org.imixs.workflow.exceptions.ProcessingErrorException, org.imixs.workflow.exceptions.PluginException, org.imixs.workflow.exceptions.ModelExceptionDescription copied from class:WorkitemServiceProcesses a WorkItem.- Overrides:
processWorkItemin classWorkitemService- Throws:
org.imixs.workflow.exceptions.AccessDeniedExceptionorg.imixs.workflow.exceptions.ProcessingErrorExceptionorg.imixs.workflow.exceptions.PluginExceptionorg.imixs.workflow.exceptions.ModelException
-
save
public org.imixs.workflow.ItemCollection save(org.imixs.workflow.ItemCollection entity) throws org.imixs.workflow.exceptions.AccessDeniedExceptionThe method saves an entity- Throws:
org.imixs.workflow.exceptions.AccessDeniedExceptionException
-
-