public class BcsOrganizationInfo extends TechDocBcsService
_context
Constructor and Description |
---|
BcsOrganizationInfo()
Creates a new instance of BcsOrganizationInfo.
|
BcsOrganizationInfo(Organization org)
Creates a new instance of BcsOrganizationInfo.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOrganizationAbbreviation()
Returns the abbreviation for this org.
|
java.lang.String |
getOrganizationName()
Returns the name for this org.
|
document_AssociateAccess, document_AssociateCommenters, document_AssociateDistribution, document_AssociateNotification, document_Create, document_CreateResidentDocument, document_Delete, document_DeleteComment, document_ExistsByDocNumber, document_ExistsByID, document_Fetch, document_GetGenerations, document_ReadItemByID, document_ReadList, document_Release, document_Replace, document_Reserve, document_ShowAssociations, document_Unrelease, document_Unreserve, document_Update, documentCategory_ReadItemByAbbreviation, documentCategory_ReadList, documentKeyword_Create, documentKeyword_Delete, documentKeyword_ReadItemById, documentKeyword_ReadList, documentKeyword_Update, documentReadAccess_ReadItemByName, documentReadAccess_ReadList, documentType_ReadItemByAbbreviation, documentType_ReadList, documentWebSearch_ReadItemByName, documentWebSearch_ReadList, encodeNameValueString, folder_AssociateAccess, folder_Create, folder_CreateFolderTree, folder_Delete, folder_ExistsByID, folder_ExistsByPath, folder_GetChildDocuments, folder_GetChildFolders, folder_MoveContents, folder_ReadItemById, folder_ReadList, folder_Update, folderReadAccess_ReadItemByName, folderReadAccess_ReadList, generation_CreateRendition, generation_Delete, generation_ExistsByGenNumber, generation_ExistsByID, generation_ReadItemByID, generation_ReadList, generation_ReplaceRendition, generation_ResubmitRendition, generation_Update, generation_UpdateReleaseDate, group_ReadItemByName, group_ReadList, keyword_ReadItemByName, keyword_ReadList, organization_ReadItemByAbbreviation, organization_ReadList, rmaFilePlan_ReadItemByName, rmaFilePlan_ReadList, user_ReadItemByUsername, user_ReadList
public BcsOrganizationInfo()
public BcsOrganizationInfo(Organization org) throws TdException
org
- The organization to populate this object with.TdException
- if an error occurs.