public interface ActiveMarking extends RepositoryObject, EngineObject, DependentObject
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 ActiveMarkingList
collection contains
all markings assigned to a single object.
Using the methods on this interface, you can retrieve the value of the associated Marking
property, and the
display name of the property to which the active marking applies. (See the PropertyDisplayName
property.)
You cannot create a new ActiveMarking
object. However, you can get a reference to one
by retrieving an object's ActiveMarkings
property, the value of which is an ActiveMarkingList
, and
then retrieving an item from the returned collection using an approach of your choice.
Modifier and Type | Method and Description |
---|---|
Marking |
get_Marking()
Returns the value of the Marking property.
|
java.lang.String |
get_PropertyDisplayName()
Returns the value of the PropertyDisplayName property.
|
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
Marking get_Marking()
java.lang.String get_PropertyDisplayName()
© Copyright IBM Corporation 2006, 2015. All rights reserved.