com.filenet.api.security
Interface ActiveMarking
-
- All Superinterfaces:
- DependentObject, EngineObject, RepositoryObject, java.io.Serializable
public interface ActiveMarking extends RepositoryObject, EngineObject, DependentObject
Represents a marking that is currently applied to a given object.Any object that can have a marking can be assigned one or more markings. A marking that is assigned to an object is called an active marking. An
ActiveMarkingListcollection contains all markings assigned to a single object.Using the methods on this interface, you can retrieve the value of the associated
Markingproperty, and the display name of the property to which the active marking applies. (See thePropertyDisplayNameproperty.)You cannot create a new
ActiveMarkingobject. However, you can get a reference to one by retrieving an object'sActiveMarkingsproperty, the value of which is anActiveMarkingList, and then retrieving an item from the returned collection using an approach of your choice.Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Markingget_Marking()Returns the value of the Marking property.java.lang.Stringget_PropertyDisplayName()Returns the value of the PropertyDisplayName property.-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_Marking
Marking get_Marking()
Returns the value of the Marking property. For more information, see Marking Property.
-
get_PropertyDisplayName
java.lang.String get_PropertyDisplayName()
Returns the value of the PropertyDisplayName property. For more information, see PropertyDisplayName Property.
-
-