com.filenet.rm.api
Uses of Interface ClassificationScheme
Packages that use ClassificationScheme
Package | Description |
---|---|
com.filenet.rm.api |
Uses of ClassificationScheme in com.filenet.rm.api
Modifier and Type | Method and Description |
---|---|
RMObjectStore.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.
|
|
RMObjectStore.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.
|