| Package | Description | 
|---|---|
| com.jamasoftware.contour.soap.v3 | 
| Modifier and Type | Method and Description | 
|---|---|
List<WsWorkflowTransition> | 
ContourSoapServiceImpl.getAvailableWorkflowTransitions(WsAuth token,
                               Integer documentId)
Gets a list of the available workflow transitions for an item based on the current user. 
 | 
List<WsWorkflowTransition> | 
ContourSoapService.getAvailableWorkflowTransitions(WsAuth token,
                               Integer documentId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContourSoapServiceImpl.executeWorkflowTransition(WsAuth token,
                         Integer documentId,
                         WsWorkflowTransition transition)
Executes a workflow transition on an item. 
 | 
void | 
ContourSoapService.executeWorkflowTransition(WsAuth token,
                         Integer documentId,
                         WsWorkflowTransition transition)  | 
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.