|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyTemplate | |
---|---|
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. |
Uses of PropertyTemplate in com.filenet.api.admin |
---|
Subinterfaces of PropertyTemplate in com.filenet.api.admin | |
---|---|
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. |
Methods in com.filenet.api.admin that return PropertyTemplate | |
---|---|
PropertyTemplate |
PropertyDefinition.get_PropertyTemplate()
Returns the value of the PropertyTemplate property. |
Uses of PropertyTemplate in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return PropertyTemplate | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |