public interface WorkListService
| Modifier and Type | Method and Description |
|---|---|
long |
addCurrentResourceToView(long workListViewID)
Add the current resource to a Work List View
|
long |
createWorkListView(java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic,
com.tibco.n2.brm.api.ResourcesRequiredType.Enum resourcesRequired)
Create a new Work List View for ALL resources
|
long |
createWorkListView(java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic)
Create a new Work List View
|
long |
createWorkListView(java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic,
boolean getAllocated)
Allow boolean to specify if we want offered or allocated items
|
long |
deleteCurrentResourceFromView(long workListViewID)
Delete the current resource from a Work List View
|
long |
deleteWorkListView(long workListViewID)
Delete an existing Work List View
|
long |
editWorkListView(long workListViewID,
java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic,
com.tibco.n2.brm.api.ResourcesRequiredType.Enum resourcesRequired)
Edit an existing Work List View no entity is specified since the view is for ALL resources
|
long |
editWorkListView(long workListViewID,
java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic)
Edit an existing Work List View
|
long |
editWorkListView(long workListViewID,
java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic,
boolean getAllocated)
edit worklist to allow either offered or allocated items to be returned
|
com.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse |
getAllocatedWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems)
Retrieves a list of work items for an organisational entity, with the option to filter and sort the work list.
|
com.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse |
getAllocatedWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems,
boolean getTotalCount) |
com.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse |
getAllocatedWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems,
boolean getTotalCount,
boolean getEnhancedAttributes)
TODO Describe this method
|
com.tibco.n2.brm.api.WorkListViewPageItem[] |
getEditableWorkListViews(long startPosition,
long numberOfItems)
Get Editable Work List Views
|
com.tibco.n2.brm.api.WorkListViewPageItem[] |
getEditableWorkListViews(long startPosition,
long numberOfItems,
int apiVersion)
Get Editable Work List Views
|
com.tibco.n2.brm.api.WorkListViewPageItem[] |
getPublicWorkListViews(long startPosition,
long numberOfItems)
Get Public Work List Views
|
com.tibco.n2.brm.api.WorkListViewPageItem[] |
getPublicWorkListViews(long startPosition,
long numberOfItems,
int apiVersion)
Get Public Work List Views
|
com.tibco.n2.brm.api.OrderFilterCriteria |
getResourceOrderFilterCriteria(java.lang.String resourceId)
Get the order and filter criteria for a particular resource.
|
com.tibco.n2.brm.api.WorkListViewPageItem[] |
getViewsForResource(long startPosition,
long numberOfItems)
Get the Work List View for the current resource
|
com.tibco.n2.brm.api.WorkListViewPageItem[] |
getViewsForResource(long startPosition,
long numberOfItems,
int apiVersion)
Get the Work List View for the current resource
|
com.tibco.n2.brm.api.ColumnDefinition[] |
getWorkItemOrderFilter(short limitColumns)
Get a work item order & filter column list
|
com.tibco.n2.brm.api.ColumnDefinition[] |
getWorkItemOrderFilter(short limitColumns,
short apiVersion)
Get a work item order & filter column list
|
com.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse |
getWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems)
Retrieves a list of work items for an organisational entity, with the option to filter and sort the work list.
|
com.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse |
getWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems,
boolean getEnhancedAttributes) |
com.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse |
getWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems,
boolean getTotalCount,
com.tibco.n2.brm.api.ResourcesRequiredType.Enum resourcesRequired) |
com.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse |
getWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems,
boolean getTotalCount,
com.tibco.n2.brm.api.ResourcesRequiredType.Enum resourcesRequired,
boolean getEnhancedAttributes)
TODO Describe this method
|
com.tibco.n2.brm.api.GetWorkListItemsForGlobalDataResponseDocument.GetWorkListItemsForGlobalDataResponse |
getWorkListItemsForGlobalData(long startPosition,
long numberOfItems,
java.lang.String[] globalDataRef,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria)
TODO Describe this method
|
com.tibco.n2.brm.api.GetWorkListItemsForViewResponseDocument.GetWorkListItemsForViewResponse |
getWorkListItemsForView(boolean getEnhancedAttributes,
long workListViewID,
long startPosition,
long numberOfItems,
boolean getTotalCount)
Get the Work List Items for a View
|
com.tibco.n2.brm.api.GetWorkListItemsForViewResponseDocument.GetWorkListItemsForViewResponse |
getWorkListItemsForView(long workListViewID,
long startPosition,
long numberOfItems,
boolean getTotalCount)
Get the Work List Items for a View
|
com.tibco.n2.brm.api.GetWorkListItemsForViewResponseDocument.GetWorkListItemsForViewResponse |
getWorkListItemsForView(long workListViewID,
long startPosition,
long numberOfItems,
boolean getTotalCount,
boolean getAllocatedItems)
Get the Work List Items for a View
|
com.tibco.n2.brm.api.GetWorkListItemsForViewResponseDocument.GetWorkListItemsForViewResponse |
getWorkListItemsForView(long workListViewID,
long startPosition,
long numberOfItems,
boolean getTotalCount,
boolean getAllocatedItems,
boolean getEnhancedAttributes)
TODO Describe this method
|
com.tibco.n2.brm.api.WorkListView |
getWorkListViewDetails(long workListViewID,
boolean lockView)
Get the full details of an existing Work List View
|
com.tibco.n2.brm.api.WorkListView |
getWorkListViewDetails(long workListViewID,
boolean lockView,
int apiVersion)
Get the full details of an existing Work List View
|
com.tibco.n2.brm.api.WorkItemPreview[] |
previewWorkItemFromList(com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.ObjectID[] workItemIDs,
java.lang.String[] reqFields)
Get the order and filter criteria for a particular resource.
|
com.tibco.n2.brm.api.WorkItemPreview[] |
previewWorkItemFromList(com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.ObjectID[] workItemIDs,
java.lang.String[] reqFields,
boolean requireWorkType) |
boolean |
setResourceOrderFilterCriteria(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
java.lang.String resourceId)
Set the order and filter criteria for a particular resource.
|
long |
unlockWorkListView(long workListViewID)
Unlock an existing Work List View
|
com.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse getWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
orderFilterCriteria - sorting and filtering criteriaentityId - organisational entity detailsstartPos - start positionnumberOfItems - number of items to returngetTotalCount - return a total countresourcesRequired - if specified instead of an entity then we are asking for all resourcesjava.lang.RuntimeExceptioncom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse getWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems,
boolean getTotalCount,
com.tibco.n2.brm.api.ResourcesRequiredType.Enum resourcesRequired)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
com.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse getWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems,
boolean getTotalCount,
com.tibco.n2.brm.api.ResourcesRequiredType.Enum resourcesRequired,
boolean getEnhancedAttributes)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
orderFilterCriteria - entityId - startPos - numberOfItems - getTotalCount - resourcesRequired - getEnhancedAttributes - return new attributes 15-40com.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse getWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems,
boolean getEnhancedAttributes)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
com.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse getAllocatedWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
orderFilterCriteria - sorting and filtering criteriaentityId - organisational entity detailsstartPos - start positionnumberOfItems - number of items to returngetTotalCount - return a total countjava.lang.RuntimeExceptioncom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse getAllocatedWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems,
boolean getTotalCount)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
com.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.GetWorkListItemsResponseDocument.GetWorkListItemsResponse getAllocatedWorkListItems(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityId,
long startPos,
long numberOfItems,
boolean getTotalCount,
boolean getEnhancedAttributes)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
orderFilterCriteria - entityId - startPos - numberOfItems - getTotalCount - getEnhancedAttributes - return new attributes 15-40com.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.ColumnDefinition[] getWorkItemOrderFilter(short limitColumns)
throws com.tibco.n2.brm.services.InternalServiceFault
limitColumns - limit the number of columns returnedjava.lang.RuntimeExceptioncom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.api.ColumnDefinition[] getWorkItemOrderFilter(short limitColumns,
short apiVersion)
throws com.tibco.n2.brm.services.InternalServiceFault
limitColumns - limit the number of columns returnedjava.lang.RuntimeExceptioncom.tibco.n2.brm.services.InternalServiceFaultboolean setResourceOrderFilterCriteria(com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
java.lang.String resourceId)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
orderFilterCriteria - sorting and filtering criteriaresourceId - the resource idtrue if successful, otherwise falsejava.lang.RuntimeExceptioncom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.OrderFilterCriteria getResourceOrderFilterCriteria(java.lang.String resourceId)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault
resourceId - the resourcelimitColumns - limit for the number of columns to returnjava.lang.RuntimeExceptioncom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.api.WorkItemPreview[] previewWorkItemFromList(com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.ObjectID[] workItemIDs,
java.lang.String[] reqFields)
throws com.tibco.n2.brm.services.InvalidWorkItemFault,
com.tibco.n2.brm.services.WorkItemFault,
com.tibco.n2.brm.services.InvalidVersionFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InvalidEntityFault
entityID - the entity IDworkItemIds - array of work item objectsrequiredFields - array of required fieldsjava.lang.RuntimeExceptioncom.tibco.n2.brm.services.InvalidWorkItemFaultcom.tibco.n2.brm.services.WorkItemFaultcom.tibco.n2.brm.services.InvalidVersionFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.api.WorkItemPreview[] previewWorkItemFromList(com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.ObjectID[] workItemIDs,
java.lang.String[] reqFields,
boolean requireWorkType)
throws com.tibco.n2.brm.services.InvalidWorkItemFault,
com.tibco.n2.brm.services.WorkItemFault,
com.tibco.n2.brm.services.InvalidVersionFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InvalidEntityFault
com.tibco.n2.brm.services.InvalidWorkItemFaultcom.tibco.n2.brm.services.WorkItemFaultcom.tibco.n2.brm.services.InvalidVersionFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InvalidEntityFaultlong createWorkListView(java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
name - description - customData - entityID - orderFilterCriteria - authorsArray - usersArray - owner - public - com.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.SecurityFaultlong createWorkListView(java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic,
boolean getAllocated)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
name - description - customData - entityID - orderFilterCriteria - authorsArray - usersArray - owner - bPublic - getAllocated - com.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultlong createWorkListView(java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic,
com.tibco.n2.brm.api.ResourcesRequiredType.Enum resourcesRequired)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
name - description - customData - orderFilterCriteria - authorsArray - usersArray - owner - bPublic - resourcesRequired - Specifies what resources this view is forcom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.api.WorkListView getWorkListViewDetails(long workListViewID,
boolean lockView)
throws com.tibco.n2.brm.services.InvalidWorkViewFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
workListViewID - com.tibco.n2.brm.services.InvalidWorkViewFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.WorkListView getWorkListViewDetails(long workListViewID,
boolean lockView,
int apiVersion)
throws com.tibco.n2.brm.services.InvalidWorkViewFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
workListViewID - apiVersion - 1 for existing functionality 2 to return extra infocom.tibco.n2.brm.services.InvalidWorkViewFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.SecurityFaultlong editWorkListView(long workListViewID,
java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic)
throws com.tibco.n2.brm.services.InvalidWorkViewFault,
com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
workListViewID - name - description - customData - entityID - orderFilterCriteria - authorsArray - usersArray - owner - public - com.tibco.n2.brm.services.InvalidWorkViewFaultcom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultlong editWorkListView(long workListViewID,
java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic,
com.tibco.n2.brm.api.ResourcesRequiredType.Enum resourcesRequired)
throws com.tibco.n2.brm.services.InvalidWorkViewFault,
com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
workListViewID - name - description - customData - orderFilterCriteria - authorsArray - usersArray - owner - bPublic - resourcesRequired - com.tibco.n2.brm.services.InvalidWorkViewFaultcom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultlong editWorkListView(long workListViewID,
java.lang.String name,
java.lang.String description,
java.lang.String customData,
com.tibco.n2.common.organisation.api.XmlModelEntityId entityID,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] authorsArray,
com.tibco.n2.common.organisation.api.XmlModelEntityId[] usersArray,
java.lang.String owner,
boolean bPublic,
boolean getAllocated)
throws com.tibco.n2.brm.services.InvalidWorkViewFault,
com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
workListViewID - name - description - customData - entityID - orderFilterCriteria - authorsArray - usersArray - owner - bPublic - getAllocated - com.tibco.n2.brm.services.InvalidWorkViewFaultcom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultlong deleteWorkListView(long workListViewID)
throws com.tibco.n2.brm.services.InvalidWorkViewFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
workListViewID - com.tibco.n2.brm.services.InvalieWorkViewFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.InvalidWorkViewFaultlong unlockWorkListView(long workListViewID)
throws com.tibco.n2.brm.services.InvalidWorkViewFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
workListViewID - com.tibco.n2.brm.services.InvalidWorkViewFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.api.WorkListViewPageItem[] getEditableWorkListViews(long startPosition,
long numberOfItems)
throws com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
startPosition - numberOfItems - com.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.api.WorkListViewPageItem[] getEditableWorkListViews(long startPosition,
long numberOfItems,
int apiVersion)
throws com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
startPosition - numberOfItems - apiVersion - 1 for existing functionality 2 to return extra infocom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.api.WorkListViewPageItem[] getPublicWorkListViews(long startPosition,
long numberOfItems)
throws com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
startPosition - numberOfItems - com.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.api.WorkListViewPageItem[] getPublicWorkListViews(long startPosition,
long numberOfItems,
int apiVersion)
throws com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
startPosition - numberOfItems - apiVersion - 1 for existing functionality 2 to return extra infocom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultlong addCurrentResourceToView(long workListViewID)
throws com.tibco.n2.brm.services.InvalidWorkViewFault,
com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
workListViewID - com.tibco.n2.brm.services.InvalidWorkViewFaultcom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultlong deleteCurrentResourceFromView(long workListViewID)
throws com.tibco.n2.brm.services.InvalidWorkItemFault,
com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.SecurityFault,
com.tibco.n2.brm.services.InternalServiceFault
workListViewID - com.tibco.n2.brm.services.InvalidWorkItemFaultcom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.api.WorkListViewPageItem[] getViewsForResource(long startPosition,
long numberOfItems)
throws com.tibco.n2.brm.services.InternalServiceFault
startPosition - numberOfItems - com.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.api.WorkListViewPageItem[] getViewsForResource(long startPosition,
long numberOfItems,
int apiVersion)
throws com.tibco.n2.brm.services.InternalServiceFault
startPosition - numberOfItems - apiVersion - 1 for existing functionality 2 to return extra infocom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.api.GetWorkListItemsForViewResponseDocument.GetWorkListItemsForViewResponse getWorkListItemsForView(long workListViewID,
long startPosition,
long numberOfItems,
boolean getTotalCount)
throws com.tibco.n2.brm.services.InvalidWorkItemFault,
com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
workListViewID - startPosition - numberOfItems - getTotalCount - com.tibco.n2.brm.services.InvalidWorkItemFaultcom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.GetWorkListItemsForViewResponseDocument.GetWorkListItemsForViewResponse getWorkListItemsForView(long workListViewID,
long startPosition,
long numberOfItems,
boolean getTotalCount,
boolean getAllocatedItems)
throws com.tibco.n2.brm.services.InvalidWorkItemFault,
com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
workListViewID - startPosition - numberOfItems - getTotalCount - getAllocatedItems - If specified allows the caller to overide wether we are displaying allocated items or not in the viewcom.tibco.n2.brm.services.InvalidWorkItemFaultcom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.GetWorkListItemsForViewResponseDocument.GetWorkListItemsForViewResponse getWorkListItemsForView(long workListViewID,
long startPosition,
long numberOfItems,
boolean getTotalCount,
boolean getAllocatedItems,
boolean getEnhancedAttributes)
throws com.tibco.n2.brm.services.InvalidWorkItemFault,
com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
workListViewID - startPosition - numberOfItems - getTotalCount - getAllocatedItems - getEnhancedAttributes - if set return attributes 15-40com.tibco.n2.brm.services.InvalidWorkItemFaultcom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.GetWorkListItemsForViewResponseDocument.GetWorkListItemsForViewResponse getWorkListItemsForView(boolean getEnhancedAttributes,
long workListViewID,
long startPosition,
long numberOfItems,
boolean getTotalCount)
throws com.tibco.n2.brm.services.InvalidWorkItemFault,
com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
workListViewID - startPosition - numberOfItems - getTotalCount - com.tibco.n2.brm.services.InvalidWorkItemFaultcom.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultcom.tibco.n2.brm.api.GetWorkListItemsForGlobalDataResponseDocument.GetWorkListItemsForGlobalDataResponse getWorkListItemsForGlobalData(long startPosition,
long numberOfItems,
java.lang.String[] globalDataRef,
com.tibco.n2.brm.api.OrderFilterCriteria orderFilterCriteria)
throws com.tibco.n2.brm.services.InvalidEntityFault,
com.tibco.n2.brm.services.InternalServiceFault,
com.tibco.n2.brm.services.WorkItemOrderFault,
com.tibco.n2.brm.services.WorkItemFilterFault,
com.tibco.n2.brm.services.SecurityFault
startPosition - numberOfItems - globalDataRef - orderFilterCriteria - com.tibco.n2.brm.services.InvalidEntityFaultcom.tibco.n2.brm.services.InternalServiceFaultcom.tibco.n2.brm.services.WorkItemOrderFaultcom.tibco.n2.brm.services.WorkItemFilterFaultcom.tibco.n2.brm.services.SecurityFaultCopyright © 2018 TIBCO Software Inc. All Rights Reserved.