|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwWorkitem
Base interface for Workitem containers, or BPM Queues.
To be implemented with the specific BPM system.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Field Summary |
---|
Fields inherited from interface com.wewebu.ow.server.ecm.OwObject |
---|
STANDARD_PATH_DELIMITER |
Fields inherited from interface com.wewebu.ow.server.field.OwFieldProvider |
---|
TYPE_AJAX, TYPE_CHECKIN_OBJECT, TYPE_CREATE_OBJECT, TYPE_META_OBJECT, TYPE_RESULT_LIST, TYPE_SEARCH, TYPE_SMALL |
Method Summary | |
---|---|
boolean |
canDispatch(int iContext_p)
check if you can dispatch the workitem, move it to the next public queue |
boolean |
canForcedelete(int iContext_p)
check if deletion of object and all references, regardless of any state is possible / allowed |
boolean |
canReassignToPublicContainer(int iContext_p)
check if you can reassign the work item |
boolean |
canReassignToUserContainer(int iContext_p)
check if you can reassign the work item |
boolean |
canResponse()
check if you can set a response |
boolean |
canResubmit(int iContext_p)
check if you can resubmit the work item to |
boolean |
canReturnToSource(int iContext_p)
check if you can return the work item to the source from where it has been moved |
void |
dispatch()
dispatch the workitem, move it to the next public queue |
void |
forcedelete()
delete object and all references, regardless of any state |
String |
getResponse()
get a response |
Collection |
getResponses()
get a list of possible responses |
Date |
getResubmitDate(int iContext_p)
get the currently set resubmit date |
OwWorkitemProcessorInfo |
getStepProcessorInfo()
get a step processor info class for the work item |
void |
reassignToPublicContainer(String containername_p,
boolean delegateFlag_p)
reassign the workitem. |
void |
reassignToUserContainer(String participant_p,
boolean delegateFlag_p)
reassign the workitem. |
void |
resubmit(Date date_p)
resubmit the work item to the given date |
void |
returnToSource()
return the work item to the source from where it has been moved |
void |
setResponse(String strResponse_p)
set a response |
Methods inherited from interface com.wewebu.ow.server.ecm.OwObjectReference |
---|
getDMSID, getID, getInstance, getMIMEParameter, getMIMEType, getName, getPageCount, getResourceID, getType, hasContent |
Methods inherited from interface com.wewebu.ow.server.field.OwFieldProvider |
---|
getField, getFieldProviderName, getFieldProviderSource, getFieldProviderType, getFields, getSafeFieldValue, setField |
Method Detail |
---|
OwWorkitemProcessorInfo getStepProcessorInfo() throws OwObjectNotFoundException
OwObjectNotFoundException
void setResponse(String strResponse_p) throws Exception
Exception
boolean canResponse()
String getResponse() throws Exception
Exception
Collection getResponses() throws Exception
Exception
void forcedelete() throws Exception
Exception
boolean canForcedelete(int iContext_p) throws Exception
iContext_p
- OwStatusContextDefinitions
Exception
void dispatch() throws Exception
Exception
boolean canDispatch(int iContext_p) throws Exception
iContext_p
- OwStatusContextDefinitions
Exception
void returnToSource() throws Exception
Exception
boolean canReturnToSource(int iContext_p) throws Exception
iContext_p
- OwStatusContextDefinitions
Exception
void reassignToPublicContainer(String containername_p, boolean delegateFlag_p) throws Exception
containername_p
- StringdelegateFlag_p
- A boolean value. Specify true if you delegate the assignment and plan to review the completed assignment; otherwise specify false.
Exception
void reassignToUserContainer(String participant_p, boolean delegateFlag_p) throws Exception
participant_p
- StringdelegateFlag_p
- A boolean value. Specify true if you delegate the assignment and plan to review the completed assignment; otherwise specify false.
Exception
boolean canReassignToPublicContainer(int iContext_p) throws Exception
iContext_p
- OwStatusContextDefinitions
Exception
boolean canReassignToUserContainer(int iContext_p) throws Exception
iContext_p
- OwStatusContextDefinitions
Exception
void resubmit(Date date_p) throws Exception
date_p
- the date to resubmit, or null to clear resubmission
Exception
boolean canResubmit(int iContext_p) throws Exception
iContext_p
- OwStatusContextDefinitions
Exception
Date getResubmitDate(int iContext_p) throws Exception
iContext_p
- OwStatusContextDefinitions
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |