|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Not Implemented in CS Java Connector v3.0.
AMarkingSet
object represents a collection of
Marking
objects
that can then be associated with a String-valued property. Each Marking
has a
marking value, a Permissions
collection, and a constraint mask.
As an example, a MarkingSet
might contain the set of markings with values of "Top Secret", "Secret", and
"Confidential". You can then associate the MarkingSet
object
with a property called "Security Category". A MarkingSet
object's
IsHierarchical property defines it as either a non-hierarchical (list) type
or hierarchical type.
A non-hierarchical MarkingSet
contains one or more markings, each independent
of all others. A hierarchical MarkingSet
arranges markings in a simple,
single branch hierarchy.
You can obtain an instance of a MarkingSet
object by:
PropertyDescription
object. The MarkingSet property specifies the MarkingSet
that has been
associated with the given String-valued property.Domain
object.
This property specifies all of the MarkingSet
objects that have
been created for the FileNet P8 domain.To get the Marking
objects that have been added to the MarkingSet
, retrieve the
Markings property.
Field Summary |
Methods inherited from interface com.filenet.wcm.api.ReadableMetadataObject |
getProperties, getProperties, getPropertiesXML, getPropertyBinaryValue, getPropertyBooleanValue, getPropertyDateValue, getPropertyDoubleValue, getPropertyIntValue, getPropertyStringValue, getPropertyValue, getPropertyValuesValue, refresh, refresh |
Methods inherited from interface com.filenet.wcm.api.BaseObject |
equals, exportObject, getClassId, getId, getName, getObjectStoreId, getObjectType, getSession, hashCode, thisBaseObject |
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |