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 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).
|
Modifier and Type | Method and Description |
---|---|
MarkingSet |
PropertyTemplateString.get_MarkingSet()
Returns the value of the MarkingSet property.
|
MarkingSet |
PropertyDefinitionString.get_MarkingSet()
Returns the value of the MarkingSet property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTemplateString.set_MarkingSet(MarkingSet value)
Sets the value of the MarkingSet property.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
MarkingSet |
PropertyDescriptionString.get_MarkingSet()
Returns the value of the MarkingSet property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.