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 | Interface and Description |
---|---|
interface |
PropertyTemplateBinary
Represents a property template for creating
PropertyDefinitionBinary objects,
which you can add to class definitions to create user-defined properties for holding binary values. |
interface |
PropertyTemplateBoolean
Represents a property template for creating
PropertyDefinitionBoolean objects,
which you can add to class definitions to create user-defined properties for holding Boolean values. |
interface |
PropertyTemplateDateTime
Represents a property template for creating
PropertyDefinitionDateTime objects,
which you can add to class definitions to create user-defined properties for holding DateTime values. |
interface |
PropertyTemplateFloat64
Represents a property template for creating
PropertyDefinitionFloat64 objects,
which you can add to class definitions to create user-defined properties for holding Double (Float64) values. |
interface |
PropertyTemplateId
Represents a property template for creating
PropertyDefinitionId objects,
which you can add to class definitions to create user-defined properties for holding GUID string values. |
interface |
PropertyTemplateInteger32
Represents a property template for creating
PropertyDefinitionInteger32 objects,
which you can add to class definitions to create user-defined properties for holding integer values. |
interface |
PropertyTemplateObject
Represents a property template for creating
PropertyDefinitionObject objects,
which you can add to class definitions to create user-defined properties for holding Content Engine object values. |
interface |
PropertyTemplateString
Represents a property template for creating
PropertyDefinitionString objects,
which you can add to class definitions to create user-defined properties for holding string values. |
Modifier and Type | Method and Description |
---|---|
PropertyTemplate |
PropertyTemplate.get_AuditAs()
Returns the value of the AuditAs property.
|
PropertyTemplate |
PropertyDefinition.get_AuditAs()
Returns the value of the AuditAs property.
|
PropertyTemplate |
PropertyDefinition.get_PropertyTemplate()
Returns the value of the PropertyTemplate property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTemplate.set_AuditAs(PropertyTemplate value)
Sets the value of the AuditAs property.
|
void |
PropertyDefinition.set_AuditAs(PropertyTemplate value)
Sets the value of the AuditAs property.
|
Modifier and Type | Method and Description |
---|---|
static PropertyTemplate |
Factory.PropertyTemplate.fetchInstance(ObjectStore os,
Id objectId,
PropertyFilter filter)
Retrieves an object of the
PropertyTemplate class
by the specified object ID from the specified object store. |
static PropertyTemplate |
Factory.PropertyTemplate.getInstance(ObjectStore os,
Id objectId)
Constructs an instance of the
PropertyTemplate class from the specified object store. |
Modifier and Type | Method and Description |
---|---|
PropertyTemplate |
PropertyDescription.get_AuditAs()
Returns the value of the AuditAs property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.