Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.docman |
Modifier and Type | Method and Description |
---|---|
DocumentFolderFieldSoapDO[] |
DocumentAppSoapMockStub.getFields(String sessionId,
String projectId)
Simulate a call to getFields
|
DocumentFolderFieldSoapDO[] |
DocumentAppSoapStub.getFields(String sessionId,
String projectId) |
DocumentFolderFieldSoapDO[] |
IDocumentAppSoap.getFields(String sessionId,
String projectId)
Returns the custom/flex-fields associated with the given project's document root folder.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentAppSoapMockStub.prepareSetField(String sessionId,
DocumentFolderFieldSoapDO fieldData)
Prepare a simulated response to setField
|
void |
DocumentAppSoapMockStub.prepareSetField(String sessionId,
DocumentFolderFieldSoapDO fieldData,
Exception exception)
Prepare a simulated response to setField
|
void |
DocumentAppSoapMockStub.setField(String sessionId,
DocumentFolderFieldSoapDO fieldData)
Simulate a call to setField
|
void |
DocumentAppSoapStub.setField(String sessionId,
DocumentFolderFieldSoapDO fieldData) |
void |
IDocumentAppSoap.setField(String sessionId,
DocumentFolderFieldSoapDO fieldData)
Sets a custom/flex-field.
|
Copyright © 2017 CollabNet. All Rights Reserved.