public interface RMObjectStore extends RMObject, com.filenet.wcm.api.ObjectStore
You can create an instance of the RMObjectStore
interface by
calling the _getRMObjectStore(ObjectStore)
method on an RMUtil
object.
AGGREGATION_RECORD, AGGREGATION_RECORD_CATEGORY, AGGREGATION_RECORD_FOLDER, AGGREGATION_VOLUME, CLEAR_INHERITED_CHILDREN, INHERIT_IMMEDIATE_CHILDREN, INHERITED_CHILDREN, NON_INHERITED_CHILDREN, WORK_FLOW_STATUS_COMPLETED, WORK_FLOW_STATUS_NOT_STARTED, WORK_FLOW_STATUS_STARTED
APPLICATION_DEFINED_TEMPLATES, SUPPORTS_ACL_MODIFICATIONS, SUPPORTS_ANNOTATIONS, SUPPORTS_CONTENT_SEARCH, SUPPORTS_CUSTOM_OBJECT, SUPPORTS_DOC_DELETE, SUPPORTS_DOC_PAGES, SUPPORTS_DOC_VERSIONS, SUPPORTS_QUEUES, SUPPORTS_REMOTE_PRINT, SUPPORTS_STORED_SEARCH, VERSION_STATUS_LOOKUP
Modifier and Type | Method and Description |
---|---|
ClassificationGuide |
createClassificationGuide(java.lang.String asGuideName,
java.lang.String asClassID,
com.filenet.wcm.api.Properties aoGuideProps,
com.filenet.wcm.api.Permissions aoGuideACLs)
Creates a new
ClassificationGuide object in the /Records Management/ClassificationGuides
folder within this object store. |
ClassificationScheme |
createClassificationScheme(java.lang.String asClassificationSchemeName,
com.filenet.wcm.api.Properties aoClassificationSchemeProps,
com.filenet.wcm.api.Permissions aoClassificationSchemeACLs)
Constructs a
ClassificationScheme object with the specified property and
permission values, and places the new object in this object store. |
DispositionSchedule |
createDispositionSchedule(com.filenet.wcm.api.Properties aoDispositionScheduleProps,
com.filenet.wcm.api.Permissions aoDispositionScheduleACLs)
Constructs a
DispositionSchedule object with the specified property and
permission values, and places the new object in this object store. |
RMCustomObject |
createLocation(com.filenet.wcm.api.Properties aoProperties,
com.filenet.wcm.api.Permissions aoAcls,
java.lang.String Guid)
Creates a
Location object in the specified folder. |
RMCustomObject |
createPattern(com.filenet.wcm.api.Properties aoProperties,
com.filenet.wcm.api.Permissions aoPermissions)
Creates a
Pattern object that specifies a naming pattern for file plans in the
object store. |
RMCustomObject |
createPatternLevel(com.filenet.wcm.api.Properties aoProperties,
com.filenet.wcm.api.Permissions aoPermissions,
java.lang.String asPatternGUID)
Creates a
PatternLevel object to be associated with the specified
Pattern object in this object store. |
RecordType |
createRecordType(com.filenet.wcm.api.Properties aoRecordTypeProps,
com.filenet.wcm.api.Permissions aoRecordTypeACLs)
Constructs a
RecordType object with the specified property and
permission values, and places the new object in this object store. |
RMCustomObject |
createRMCustomObject(int aiCustomClassType,
com.filenet.wcm.api.Properties aoProps,
com.filenet.wcm.api.Permissions aoACL)
Constructs an
RMCustomObject object of the specified type
and places the new object in this object store. |
com.filenet.wcm.api.ClassDescriptions |
getClassDescriptions(int[] aiEntityTypes,
boolean abInculdeSubClasses,
boolean abGetAll)
Returns a collection of the
ClassDescription objects, which contain the
metadata for the classes of the specified types in this object store. |
ClassificationGuides |
getClassificationGuides()
Returns the
ClassificationGuide objects that are contained in this
object store. |
ClassificationGuides |
getClassificationGuides(java.lang.String[] asPropNames)
Returns the
ClassificationGuide objects, along with their properties, that
are contained in this object store. |
java.lang.String |
getClassificationGuidesXML(java.lang.String[] asPropNames)
Returns a
String in XML format that represents the collection of
ClassificationGuide objects in this object store along with their properties. |
ClassificationScheme |
getClassificationSchemeInterface(com.filenet.wcm.api.Folder aoFolder)
Constructs a
ClassificationScheme object based on
the specified Folder object and places the new object in this object store. |
java.lang.String |
getClassificationSchemeRootPath()
Returns the path of
ClassificationSchemeRoot object for this object store. |
ClassificationSchemes |
getClassificationSchemes()
Returns a collection containing the
ClassificationScheme objects in this
object store. |
java.lang.String |
getClassificationSchemesXML(java.lang.String[] asPropNames)
Returns a
String that contains the XML representation of the ClassificationScheme
objects in this object store along with their specified properties. |
RMObject |
getObject(java.lang.String asRMObjectId)
Returns the specified
RMObject object. |
java.lang.String[] |
getPropertyNames(int aiEntityType)
Returns an array containing the symbolic names of all properties
for objects of the specified entity type.
|
RecordInfo |
getRecord(java.lang.String asDocURI)
Returns the
RecordInfo object in this object store that has the
the specified document URI. |
RecordCategory |
getRecordCategoryInterface(com.filenet.wcm.api.Folder aoFolder)
Constructs a
RecordCategory object based on
the specified Folder object and places the new object in this object store. |
RecordFolder |
getRecordFolderInterface(com.filenet.wcm.api.Folder aoFolder)
Constructs a
RecordFolder object object based on
the specified Folder object and places the new object in this object store. |
RecordInfo |
getRecordInfoInterface(com.filenet.wcm.api.Document aoDocument)
Constructs a
RecordInfo object based on
the specified Document object and places the new object in this object store. |
RecordType |
getRecordTypeInterface(com.filenet.wcm.api.CustomObject aoRecordType)
Constructs a
RecordType object based on
the specified Folder object and places the new object in this object store. |
RecordTypes |
getRecordTypes()
Returns a collection containing the
RecordType objects in this
object store. |
RMCustomObject |
getRMCustomObjectInterface(com.filenet.wcm.api.CustomObject aoCustomObject)
Constructs an
RMCustomObject object based on
the specified CustomObject object and places the new object in this object store. |
RMCustomObjects |
getRMCustomObjects(int aiRMtype)
Returns a collection of all
RMCustomObject objects of the specified type that are
contained within this object store for which the user has permission to update
the schedule. |
RMCustomObjects |
getRMCustomObjects(int aiRMtype,
java.lang.String asWhereClause)
Returns a collection of all
RMCustomObject objects of the specified type that are
contained within this object store. |
int |
getRMEntityType()
Returns the type of this object store.
|
int |
getRMEntityType(java.lang.String asGuid)
Returns the type of the specified Records Manager entity.
|
int |
getRMFolderType(com.filenet.wcm.api.Folder aoFolder)
Returns the entity type of the specified container object.
|
int |
getRMFolderType(java.lang.String asGUID)
Returns the entity type of the container object with the specified GUID.
|
RMObjects |
getRMObjects()
|
RMPagedSearch |
getRMPagedSearch()
Returns an
RMPagedSearch object that can be used to search this object store
and to return paged results. |
RMSearch |
getRMSearch()
Returns an
RMSearch object that can be used to search this object store. |
RMStoredSearches |
getRMStoredSearches(int[] aiArrObjTypes,
java.lang.String[] asArrPropNames)
Returns a collection of the
RMStoredSearch objects, along with their
properties, that are contained in this object store. |
java.lang.String |
getRMStoredSearchesXML(int[] aiArrObjTypes,
java.lang.String[] asArrPropNames)
Returns a
String in XML format representing a collection of the
RMStoredSearch objects, along with their properties, that are contained
in this object store. |
java.lang.Object |
getSystemConfigurationValue(java.lang.String asPropertyName)
Returns the value of the specified SystemConfiguration property for the
ClassificationSchemes
object in this object store. |
Volume |
getVolumeInterface(com.filenet.wcm.api.Folder aoFolder)
Constructs a
Volume object based on
the specified Folder object and places the new object in this object store. |
boolean |
isRecordMultiFilingEnabled()
Indicates whether or not multi-filing of records is allowed on this
RMObjectStore . |
getObjectStore, getRMDeclassificationOffset, getRMImplementationType, registerExternalEvent, setState
createAndFileObject, createObject, createObject, exportObjects, getCheckoutList, getCheckoutList, getCheckoutListXML, getChoiceLists, getChoiceListsXML, getClassDescriptions, getClassDescriptions, getClassDescriptions, getClassDescriptions, getClassDescriptions, getClassDescriptions, getClassDescriptions, getClassDescriptionsXML, getClassDescriptionsXML, getClassDescriptionsXML, getClassDescriptionsXML, getClassifierMimeTypes, getEventActions, getEventActions, getObject, getPropertyDescriptions, getPropertyDescriptions, getPropertyDescriptions, getPropertyDescriptions, getPropertyDescriptionsXML, getPropertyDescriptionsXML, getPropertyDescriptionsXML, getPropertyDescriptionsXML, getPublishRequests, getPublishRequests, getRootFolder, getSecurityPolicies, getSecurityPolicies, getSecurityPoliciesXML, getSecurityPoliciesXML, getStoredSearches, getStoredSearchesXML, getStringLookupLists, getStyleTemplates, getTopFoldersXML, getWorkflowDefinitions, getWorkflowDefinitions, importBaseObject, importObjects, installFeatureAddOn, supports
getProperties, getProperties, getPropertiesXML, getPropertyBinaryValue, getPropertyBooleanValue, getPropertyDateValue, getPropertyDoubleValue, getPropertyIntValue, getPropertyStringValue, getPropertyValue, getPropertyValuesValue, refresh, refresh
ClassificationSchemes getClassificationSchemes() throws RMException
ClassificationScheme
objects in this
object store.ClassificationSchemes
collection that contains the ClassificationScheme
objects in this object store.RMException
- If a Records Manager error occurs.java.lang.String getClassificationSchemesXML(java.lang.String[] asPropNames) throws RMException
String
that contains the XML representation of the ClassificationScheme
objects in this object store along with their specified properties.asPropNames
- A String
array that contains the symbolic
names of the properties to be returned. If this parameter is null
or if the
array is empty, all properties of the ClassificationScheme
objects are returned.String
value that contains the XML representation of the ClassificationScheme
objects in this object store along with their specified properties.RMException
- If a Records Manager error occurs.ClassificationScheme createClassificationScheme(java.lang.String asClassificationSchemeName, com.filenet.wcm.api.Properties aoClassificationSchemeProps, com.filenet.wcm.api.Permissions aoClassificationSchemeACLs) throws RMException
ClassificationScheme
object with the specified property and
permission values, and places the new object in this object store.asClassificationSchemeName
- A String
specifying the name for the new
classification scheme.aoClassificationSchemeProps
- A Properties
collection containing the
property values for the new classification scheme. If a property value is not defined,
the default value defined for the Content Engine object store is used.aoClassificationSchemeACLs
- A Permissions
collection containing
the access permissions for the new classification scheme. If this parameter is null,
the classification scheme inherits the default instance permissions defined for the class.ClassificationScheme
object.RMException
- If a Records Manager error occurs.RecordTypes getRecordTypes() throws RMException
RecordType
objects in this
object store.RecordTypes
collection that contains the RecordType
objects in this object store.RMException
- If a Records Manager error occurs.RecordType createRecordType(com.filenet.wcm.api.Properties aoRecordTypeProps, com.filenet.wcm.api.Permissions aoRecordTypeACLs) throws RMException
RecordType
object with the specified property and
permission values, and places the new object in this object store.aoRecordTypeProps
- A Properties
collection containing the
property values for the new record type. If a property value is not defined,
the default value defined for the Content Engine object store is used.aoRecordTypeACLs
- A Permissions
collection containing
the access permissions for the new record type. If this parameter is null,
the record type inherits the default instance permissions defined for the class.RecordType
object.RMException
- If a Records Manager error occurs.DispositionSchedule createDispositionSchedule(com.filenet.wcm.api.Properties aoDispositionScheduleProps, com.filenet.wcm.api.Permissions aoDispositionScheduleACLs) throws RMException
DispositionSchedule
object with the specified property and
permission values, and places the new object in this object store.aoDispositionScheduleProps
- A Properties
collection containing the
property values for the new disposition schedule. If a property value is not defined,
the default value defined for the Content Engine object store is used.aoDispositionScheduleACLs
- A Permissions
collection containing
the access permissions for the new disposition schedule. If this parameter is null,
the disposition schedule inherits the default instance permissions defined for the class.DispositionSchedule
object.RMException
- If a Records Manager error occurs.RMCustomObject createRMCustomObject(int aiCustomClassType, com.filenet.wcm.api.Properties aoProps, com.filenet.wcm.api.Permissions aoACL) throws RMException
RMCustomObject
object of the specified type
and places the new object in this object store.aiCustomClassType
- An int
value that indicates the
type of custom object to be created.aoProps
- A Properties
collection containing the
property values for the new custom object. If a property value is not defined,
the default value defined for the Content Engine object store is used.A
- Permissions
collection containing
the access permissions for the new custom object. If this parameter is null,
the disposition schedule inherits the default instance permissions defined for the class.RMCustomObject
object.RMException
- If a Records Manager error occurs.RecordInfo getRecord(java.lang.String asDocURI) throws RMException
RecordInfo
object in this object store that has the
the specified document URI.asDocURI
- A String
that represents the value of the
DocURI property of the RecordInfo
to be returned.RecordInfo
object.RMException
- If the asDocURI
parameter is null
or empty, or if a Records Manager error occurs.java.lang.String[] getPropertyNames(int aiEntityType) throws RMException
aiEntityType
- An int
value representing the RMEntityType property
value that identifies the type of entity for which property names are to be returned.String
array containing the names of the properties for
the entity type.RMException
- If a Records Manager error occurs.int getRMFolderType(java.lang.String asGUID) throws RMException
asGUID
- A String
that represents the GUID for the
container object.int
value that represents the RMEntityType property
value of the specified container object.RMException
- If the asGUID
parameter is null
or empty,
or if a Records Manager error occurs.int getRMFolderType(com.filenet.wcm.api.Folder aoFolder) throws RMException
aoFolder
- A Folder
object that represents a Records Manager
container object.int
value that represents the RMEntityType property
value of the specified container object.RMException
- If the aoFolder
parameter is null
or empty,
if the RMEntityType property is not found, or if a Records Manager error occurs.ClassificationScheme getClassificationSchemeInterface(com.filenet.wcm.api.Folder aoFolder) throws RMException
ClassificationScheme
object based on
the specified Folder
object and places the new object in this object store.aoFolder
- A Folder
object of type
RM_TYPE_CLASSIFICATIONSCHEME
on which the ClassificationScheme
object is to be based.ClassificationScheme
object.RMException
- If a Records Manager error occurs.RecordCategory getRecordCategoryInterface(com.filenet.wcm.api.Folder aoFolder) throws RMException
RecordCategory
object based on
the specified Folder
object and places the new object in this object store.aoFolder
- A Folder
object of type
RM_TYPE_RECORDCATEGORY
on which the RecordCategory
object is to be based.RecordCategory
object.RMException
- If a Records Manager error occurs.RecordFolder getRecordFolderInterface(com.filenet.wcm.api.Folder aoFolder) throws RMException
RecordFolder
object object based on
the specified Folder
object and places the new object in this object store.aoFolder
- A Folder
object of type
RM_TYPE_RECORDFOLDER
on which the RecordFolder
object is to be based.RecordFolder
object.RMException
- If a Records Manager error occurs.Volume getVolumeInterface(com.filenet.wcm.api.Folder aoFolder) throws RMException
Volume
object based on
the specified Folder
object and places the new object in this object store.aoFolder
- A Folder
object of type
RM_TYPE_VOLUME
on which the Volume
object is to be based.Volume
object.RMException
- If a Records Manager error occurs.RecordType getRecordTypeInterface(com.filenet.wcm.api.CustomObject aoRecordType) throws RMException
RecordType
object based on
the specified Folder
object and places the new object in this object store.aoRecordType
- A CustomObject
object of type
RM_TYPE_RECORDCATEGORY
on which the RecordType
object is to be based.RecordType
object.RMException
- If a Records Manager error occurs.RecordInfo getRecordInfoInterface(com.filenet.wcm.api.Document aoDocument) throws RMException
RecordInfo
object based on
the specified Document
object and places the new object in this object store.aoDocument
- A Document
object on which the RecordInfo
object is to be based.RecordInfo
object.RMException
- If a Records Manager error occurs.RMCustomObject getRMCustomObjectInterface(com.filenet.wcm.api.CustomObject aoCustomObject) throws RMException
RMCustomObject
object based on
the specified CustomObject
object and places the new object in this object store.aoCustomObject
- A CustomObject
object of type
RM_TYPE_RECORDTYPE
on which the RMCustomObject
object is to be based.RMCustomObject
object.RMException
- If a Records Manager error occurs.java.lang.Object getSystemConfigurationValue(java.lang.String asPropertyName) throws RMException
ClassificationSchemes
object in this object store.asPropertyName
- A String
that specifies the name of
SystemConfiguration property whose value is to be returned.object
that represents the specified SystemConfiguration property.RMException
- If the asPropertyName
parameter is null
or empty,
if the specified property is not found, or if a Records Manager error occurs.RMStoredSearches getRMStoredSearches(int[] aiArrObjTypes, java.lang.String[] asArrPropNames)
RMStoredSearch
objects, along with their
properties, that are contained in this object store.aiArrObjTypes
- An int
array identifying type of objects
to be returned as follows:
StoredSearch.TYPE_SEARCH: Returns stored searches.
StoredSearch.TYPE_TEMPLATE: Returns stored search templates.
asArrPropNames
- A String
array that contains the symbolic
names of properties to be retrieved for each returned object. If this parameter is
null
or empty, this method retrieves an initial set of hard-coded properties.RMStoredSearches
collection containing the specified stored searches.RMException
- If a Records Manager error occurs.java.lang.String getRMStoredSearchesXML(int[] aiArrObjTypes, java.lang.String[] asArrPropNames)
String
in XML format representing a collection of the
RMStoredSearch
objects, along with their properties, that are contained
in this object store.aiArrObjTypes
- An int
array identifying type of objects
to be returned as follows:
StoredSearch.TYPE_SEARCH: Returns stored searches.
StoredSearch.TYPE_TEMPLATE: Returns stored search templates.
asArrPropNames
- A String
array that contains the symbolic
names of properties to be retrieved for each returned object. If this parameter is
null
or empty, this method retrieves an initial set of hard-coded properties.String
containing the specified stored searches
in XML format.RMException
- If a Records Manager error occurs.RMCustomObjects getRMCustomObjects(int aiRMtype, java.lang.String asWhereClause) throws RMException
RMCustomObject
objects of the specified type that are
contained within this object store.aiRMtype
- An int
value that specifies the type of RMCustomObject
object to be returned.asWhereClause
- A String
that specifies the where clause that is used
to further filter the objects to be returned. If no where clause is provided, all
RMCustomObject
of the specified type are returned.RMCustomObjects
collection containing the specified
RMCustomObject
objects.RMException
- If a Records Manager error occurs.RMCustomObjects getRMCustomObjects(int aiRMtype) throws RMException
RMCustomObject
objects of the specified type that are
contained within this object store for which the user has permission to update
the schedule.aiRMtype
- An int
value that specifies the type of RMCustomObject
object to be returned.RMCustomObjects
collection containing the specified
RMCustomObject
objects.RMException
- If the user does not have permission to update the schedule for the
specified objects or if a Records Manager error occurs.java.lang.String getClassificationSchemeRootPath() throws RMException
ClassificationSchemeRoot
object for this object store. The
path that is returned is relative to the RootFolder
object.String
that represents the relative path of the
ClassificationSchemeRoot
object for this object store.RMException
- If no ClassificationSchemeRoot
object exists in this object store,
if more than one ClassificationSchemeRoot
object exists in this object store, or
if a Records Manager error occurs.int getRMEntityType() throws RMException
getRMEntityType
in interface RMObject
int
value that represents the type of this object store.RMException
- If a Records Manager error occurs.int getRMEntityType(java.lang.String asGuid) throws RMException
asGuid
- A String
that specifies the GUID of the Records Manager entity
for which the type is to be returned.int
value that represents the type of the specified
Records Manager entity.RMException
- If the asGuid
parameter does not contain a valid GUID
for this object store or if a Records Manager error occurs.RMSearch getRMSearch() throws RMException
RMSearch
object that can be used to search this object store.RMSearch
object.RMException
- If a Records Manager error occurs.RMPagedSearch getRMPagedSearch() throws RMException
RMPagedSearch
object that can be used to search this object store
and to return paged results.RMPagedSearch
object.RMException
- If a Records Manager error occurs.RMCustomObject createPattern(com.filenet.wcm.api.Properties aoProperties, com.filenet.wcm.api.Permissions aoPermissions) throws RMException
Pattern
object that specifies a naming pattern for file plans in the
object store.aoProperties
- A Properties
collection that specifies the properties
to be used for the new Pattern
object.aoPermissions
- Permissions
collection that specifies the permissions
to be used for the new Pattern
object.RMCustomObject
object that represents the new Pattern
object.RMException
- If a Records Manager error occurs.RMCustomObject createPatternLevel(com.filenet.wcm.api.Properties aoProperties, com.filenet.wcm.api.Permissions aoPermissions, java.lang.String asPatternGUID) throws RMException
PatternLevel
object to be associated with the specified
Pattern
object in this object store.aoProperties
- A Properties
collection that specifies the properties
to be used for the new PatternLevel
object.aoPermissions
- Permissions
collection that specifies the permissions
to be used for the new PatternLevel
object.asPatternGUID
- A String
that specifies the GUID of the Pattern
object with which this PatternLevel
object is to be associated.RMCustomObject
object that represents the new PatternLevel
object.RMException
- If a Records Manager error occurs.RMObjects getRMObjects() throws RMException
RMObjects
collection.RMException
- If a Records Manager error occurs.RMCustomObject createLocation(com.filenet.wcm.api.Properties aoProperties, com.filenet.wcm.api.Permissions aoAcls, java.lang.String Guid) throws RMException
Location
object in the specified folder.aoProperties
- A Properties
collection that specifies the properties
to be used for the new Location
object.aoAcls
- A Permissions
collection that specifies the permissions
to be used for the new Location
object.asPatternGUID
- A String
that specifies the GUID of the Folder
object in which this Location
object is to be placed.RMCustomObject
object that represents the new Location
object.RMException
- If a Records Manager error occurs.com.filenet.wcm.api.ClassDescriptions getClassDescriptions(int[] aiEntityTypes, boolean abInculdeSubClasses, boolean abGetAll) throws RMException
ClassDescription
objects, which contain the
metadata for the classes of the specified types in this object store.aiEntityTypes
- An int
array that specifies the object types of the classes
for which metadata is to be returned.abInculdeSubClasses
- A boolean
value that indicates whether
the method is to return metadata for the subclasses of the specified classes. Set this
value to true
to return metadata for subclasses.abGetAll
- A boolean
value that indicates whether metadata is to be returned
for hidden class descriptions. Set this value to true
to return metadata for
hidden class descriptions.
NOTE A ClassDescription
object is hidden if its IsHidden property
is set to true
.
ClassDescriptions
collection that contains the requested
the ClassDescription
objects for classes of the specified types.RMException
- If a Records Manager error occurs.RMObject getObject(java.lang.String asRMObjectId) throws RMException
RMObject
object.asRMObjectId
- A String
that specifies the GUID of the object
to be returned.RMObject
object corresponding to the specified GUID.RMException
- If the GUID specified by the asRMObjectId
parameter does not
point to an RMObject
object or if a Records Manager error occurs.ClassificationGuide createClassificationGuide(java.lang.String asGuideName, java.lang.String asClassID, com.filenet.wcm.api.Properties aoGuideProps, com.filenet.wcm.api.Permissions aoGuideACLs) throws RMException
ClassificationGuide
object in the /Records Management/ClassificationGuides
folder within this object store.asGuideName
- A String
that specifies the name for the
new classification guide.asClassID
- A String
that specifies the class ID for the
new classification guide.aoGuideProps
- A Properties
collection that specifies the properties
to be used for a top-level classification guide.aoGuideACLs
- A Permissions
collection that specifies the permissions
to be used for a top-level classification guide.ClassificationGuide
object.RMException
- If a Records Manager error occurs.ClassificationGuides getClassificationGuides() throws RMException
ClassificationGuide
objects that are contained in this
object store.ClassificationGuides
collection that contains the classification guides
in this object store.RMException
- If a Records Manager error occurs.ClassificationGuides getClassificationGuides(java.lang.String[] asPropNames) throws RMException
ClassificationGuide
objects, along with their properties, that
are contained in this object store.asPropNames
- A String
array that specifies the names of the
properties to be returned.ClassificationGuides
collection that contains the classification guides
and their properties.RMException
- If a Records Manager error occurs.java.lang.String getClassificationGuidesXML(java.lang.String[] asPropNames) throws RMException
String
in XML format that represents the collection of
ClassificationGuide
objects in this object store along with their properties.asPropNames
- A String
array that specifies the symbolic
names of the properties to be returned. If this parameter is null
or empty,
the method returns all properties for the ClassificationGuide
objects.String
in XML format that represents the collection of
ClassificationGuide
objects along with their properties.RMException
- If a Records Manager error occurs.boolean isRecordMultiFilingEnabled()
RMObjectStore
.true
if record multi-filing is allowed, otherwise returns false
.© Copyright IBM Corp. 2003, 2013. All Rights Reserved.