|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKWorkFlowDL
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantDL |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdDL |
DK_DL_MSG_INVNBR_TEXTMAPPING, DK_DL_MSG_MSGID_NOT_FOUND |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKWorkFlowDL(DKWorkFlowServiceDL ws)
Constructs a work flow for DL |
|
DKWorkFlowDL(DKWorkFlowServiceDL ws,
java.lang.String itemIDWF)
Constructs a work flow for DL |
Method Summary | |
void |
add()
Add workflow to system |
void |
del()
Delete workflow from system |
java.lang.String |
getAccessList()
Get workflow access list name |
dkDatastore |
getDatastore()
Gets the reference to the owner datastore object |
int |
getHistoryDisposition()
Get disposition of history log |
java.lang.String |
getID()
Get workflow item id |
int |
getItemCount()
Get number of items in workflow |
java.lang.String |
getName()
Get workflow name |
java.lang.String |
getPrivilegeString()
Get privilege string of the user |
int |
getWorkBasketCount()
Get number of work baskets in workflow |
dkCollection |
getWorkBasketSequence()
Get ordered collection of the workbasket item ids in workflow |
dkCollection |
listItemIDs()
List item ids (documents or folders) in this workflow |
dkCollection |
listWorkBasketIDs()
List workbasket item ids in workflow |
dkCollection |
listWorkBaskets()
List workbasket item in workflow |
dkCollection |
listWorkManagementInfos()
List work management information objects in workflow |
void |
retrieve()
Retrieve workflow from system |
void |
setAccessList(java.lang.String access_list)
Set workflow access list |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
setHistoryDisposition(int history_disposition)
Set workflow disposition of history log |
void |
setID(java.lang.String itemIDWF)
Set workflow item id |
void |
setName(java.lang.String workflow_name)
Set workflow name |
void |
setWorkBasketSequence(dkCollection workbasket_sequence)
Set sequence of workbaskets in a workflow |
void |
update()
Update workflow in system |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKWorkFlowDL(DKWorkFlowServiceDL ws, java.lang.String itemIDWF) throws DKException
ws
- work flow serviceitemIDWF
- work flow item idpublic DKWorkFlowDL(DKWorkFlowServiceDL ws) throws DKException
ws
- work flow serviceMethod Detail |
public void setDatastore(dkDatastore ds)
public dkDatastore getDatastore()
public dkCollection listItemIDs() throws DKException, java.lang.Exception
public dkCollection listWorkManagementInfos() throws DKException, java.lang.Exception
public dkCollection listWorkBasketIDs() throws DKException, java.lang.Exception
public dkCollection listWorkBaskets() throws DKException, java.lang.Exception
public java.lang.String getID()
public java.lang.String getName()
public java.lang.String getAccessList()
public int getHistoryDisposition()
public int getItemCount()
public int getWorkBasketCount()
public dkCollection getWorkBasketSequence() throws DKException, java.lang.Exception
public java.lang.String getPrivilegeString() throws DKException, java.lang.Exception
public void setID(java.lang.String itemIDWF) throws DKException, java.lang.Exception
itemIDWF
- workflow item idpublic void setName(java.lang.String workflow_name) throws DKException, java.lang.Exception
workflow_name
- workflow namepublic void setAccessList(java.lang.String access_list) throws DKException, java.lang.Exception
access_list
- workflow access list namepublic void setHistoryDisposition(int history_disposition) throws DKException, java.lang.Exception
history_dispostion
- dispostion of history logpublic void setWorkBasketSequence(dkCollection workbasket_sequence) throws DKException, java.lang.Exception
workbasket_sequence
- workbasket sequencepublic void add() throws DKException, java.lang.Exception
public void update() throws DKException, java.lang.Exception
public void del() throws DKException, java.lang.Exception
public void retrieve() throws DKException, java.lang.Exception
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |