Uses of Interface
com.filenet.api.security.MarkingSet

Packages that use MarkingSet
com.filenet.api.admin Provides classes and interfaces that are used in the administration of a FileNet P8 Content Engine Server. 
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
com.filenet.api.meta Provides interfaces for holding immutable metadata for Content Engine classes (class descriptions) and properties (property descriptions). 
 

Uses of MarkingSet in com.filenet.api.admin
 

Methods in com.filenet.api.admin that return MarkingSet
 MarkingSet PropertyDefinitionString.get_MarkingSet()
          Returns the value of the MarkingSet property.
 MarkingSet PropertyTemplateString.get_MarkingSet()
          Returns the value of the MarkingSet property.
 

Methods in com.filenet.api.admin with parameters of type MarkingSet
 void PropertyTemplateString.set_MarkingSet(MarkingSet value)
          Sets the value of the MarkingSet property.
 

Uses of MarkingSet in com.filenet.api.core
 

Methods in com.filenet.api.core that return MarkingSet
static MarkingSet Factory.MarkingSet.createInstance(Domain domain)
          Creates a new instance of the MarkingSet class.
static MarkingSet Factory.MarkingSet.fetchInstance(Domain domain, Id id, PropertyFilter filter)
          Retrieves the specified MarkingSet object.
static MarkingSet Factory.MarkingSet.getInstance(Domain domain, Id id)
          Retrieves an instance of the MarkingSet class by the specified domain and ID.
 

Uses of MarkingSet in com.filenet.api.meta
 

Methods in com.filenet.api.meta that return MarkingSet
 MarkingSet PropertyDescriptionString.get_MarkingSet()
          Returns the value of the MarkingSet property.
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.