|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines methods of service with basic methods
Method Summary | |
dkDatastore |
getDatastore()
Gets the reference to the associated datastore object. |
boolean |
isWorkFlow(java.lang.String name)
Checks if the specified name is a workflow. |
boolean |
isWorkFlowTemplate(java.lang.String name)
Checks if the specified name is a workflow template. |
boolean |
isWorkList(java.lang.String name)
Checks if the specified name is a worklist. |
dkCollection |
listWorkFlows()
Returns a collection of DKWorkFlowFed objects in the system. |
dkCollection |
listWorkFlows(java.lang.String filter,
java.lang.String sort_criteria,
int threshold)
Returns a collection of DKWorkFlowFed objects in the system based on the given filter, sort criteria and threshold. |
dkCollection |
listWorkFlowTemplates()
Returns a collection of DKWorkFlowTemplateFed objects in the system. |
dkCollection |
listWorkItems(java.lang.String filter,
java.lang.String sort_criteria,
int threshold)
Returns a collection of DKWorkItemFed objects in the system based on the given filter, sort criteria and threshold. |
dkCollection |
listWorkLists()
Returns a collection of DKWorkListFed objects in the system. |
void |
setDatastore(dkDatastore ds)
Sets the reference to the associated datastore object. |
Methods inherited from interface com.ibm.mm.sdk.common.dkService |
addExtension, connect, connection, destroy, disconnect, getExtension, isConnected, listExtensionNames, removeExtension, serviceCategory, serviceId, serviceName, serviceType, setServiceName, setUserName, userName |
Method Detail |
public dkDatastore getDatastore() throws java.lang.Exception
public void setDatastore(dkDatastore ds) throws DKUsageError, java.lang.Exception
ds
- datastore.public dkCollection listWorkFlows() throws DKException, java.lang.Exception
public dkCollection listWorkFlows(java.lang.String filter, java.lang.String sort_criteria, int threshold) throws DKException, java.lang.Exception
filter
- filter criteria for queryingsort_criteria
- sort criteria for sortingthreshold
- number of returned results (DK_FED_FMC_MAX_RESULTS for max results)public dkCollection listWorkItems(java.lang.String filter, java.lang.String sort_criteria, int threshold) throws DKException, java.lang.Exception
filter
- filter criteria for queryingsort_criteria
- sort criteria for sortingthreshold
- number of returned results (DK_FED_FMC_MAX_RESULTS for max results)public dkCollection listWorkFlowTemplates() throws DKException, java.lang.Exception
public dkCollection listWorkLists() throws DKException, java.lang.Exception
public boolean isWorkFlow(java.lang.String name) throws DKException, java.lang.Exception
public boolean isWorkFlowTemplate(java.lang.String name) throws DKException, java.lang.Exception
public boolean isWorkList(java.lang.String name) throws DKException, java.lang.Exception
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |