-
Packages that use MarkingSet Package Description 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 asEntireNetwork,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 Modifier and Type Method and Description MarkingSetPropertyTemplateString. get_MarkingSet()Returns the value of the MarkingSet property.MarkingSetPropertyDefinitionString. get_MarkingSet()Returns the value of the MarkingSet property.Methods in com.filenet.api.admin with parameters of type MarkingSet Modifier and Type Method and Description voidPropertyTemplateString. 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 Modifier and Type Method and Description static MarkingSetFactory.MarkingSet. createInstance(Domain domain)Creates a new instance of the MarkingSet class.static MarkingSetFactory.MarkingSet. fetchInstance(Domain domain, Id id, PropertyFilter filter)Retrieves the specifiedMarkingSetobject.static MarkingSetFactory.MarkingSet. getInstance(Domain domain, Id id)Retrieves an instance of theMarkingSetclass by the specified domain and ID. -
Uses of MarkingSet in com.filenet.api.meta
Methods in com.filenet.api.meta that return MarkingSet Modifier and Type Method and Description MarkingSetPropertyDescriptionString. get_MarkingSet()Returns the value of the MarkingSet property.
-