Uses of Class
com.collabnet.ce.soap60.webservices.docman.DocumentFolderFieldSoapDO
-
Packages that use DocumentFolderFieldSoapDO Package Description com.collabnet.ce.soap60.webservices.docman -
-
Uses of DocumentFolderFieldSoapDO in com.collabnet.ce.soap60.webservices.docman
Methods in com.collabnet.ce.soap60.webservices.docman that return DocumentFolderFieldSoapDO Modifier and Type Method Description DocumentFolderFieldSoapDO[]DocumentAppSoap. getFields(String sessionId, String projectId)Returns the custom/flex-fields associated with the given project's document root folder.DocumentFolderFieldSoapDO[]DocumentAppSoapMockStub. getFields(String sessionId, String projectId)Simulate a call to getFieldsDocumentFolderFieldSoapDO[]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.Methods in com.collabnet.ce.soap60.webservices.docman with parameters of type DocumentFolderFieldSoapDO Modifier and Type Method Description voidDocumentAppSoapMockStub. prepareSetField(String sessionId, DocumentFolderFieldSoapDO fieldData)Prepare a simulated response to setFieldvoidDocumentAppSoapMockStub. prepareSetField(String sessionId, DocumentFolderFieldSoapDO fieldData, Exception exception)Prepare a simulated response to setFieldvoidDocumentAppSoap. setField(String sessionId, DocumentFolderFieldSoapDO fieldData)Sets a custom/flex-field.voidDocumentAppSoapMockStub. setField(String sessionId, DocumentFolderFieldSoapDO fieldData)Simulate a call to setFieldvoidDocumentAppSoapStub. setField(String sessionId, DocumentFolderFieldSoapDO fieldData)voidIDocumentAppSoap. setField(String sessionId, DocumentFolderFieldSoapDO fieldData)Sets a custom/flex-field.
-