| Package | Description | 
|---|---|
| com.jamasoftware.contour.soap.v3 | |
| com.jamasoftware.contour.ws.domain | 
| Modifier and Type | Method and Description | 
|---|---|
WsField[] | 
ContourSoapServiceImpl.getDocumentTypeFields(WsAuth token,
                     Long documentTypeId)
Gets the fields associated with a document type. 
 | 
WsField[] | 
ContourSoapService.getDocumentTypeFields(WsAuth token,
                     Long documentTypeId)  | 
WsField[] | 
ContourSoapServiceImpl.getItemFields(WsAuth token,
             Long itemId)
Returns an array of all  
WsFields for an Item. | 
WsField[] | 
ContourSoapService.getItemFields(WsAuth token,
             Long itemId)  | 
| Modifier and Type | Method and Description | 
|---|---|
WsItem | 
ContourSoapServiceImpl.updateItemValues(WsAuth token,
                Long itemId,
                WsField[] fields,
                String comments,
                WsUser[] notifyUsers)
Updates the specified values for an existing Item. 
 | 
WsItem | 
ContourSoapService.updateItemValues(WsAuth token,
                Long itemId,
                WsField[] fields,
                String comments,
                WsUser[] notifyUsers)  | 
| Modifier and Type | Method and Description | 
|---|---|
WsField[] | 
WsItem.getFields()
Gets the item's fields. 
 | 
WsField[] | 
WsDocumentType.getFields()
Gets the fields associated with this document type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WsItem.setFields(WsField[] fields)
Sets the item's fields. 
 | 
void | 
WsDocumentType.setFields(WsField[] fields)
Sets the fields associated with this document type. 
 | 
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.