-
Packages that use PropertyTemplate 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 PropertyTemplate in com.filenet.api.admin
Subinterfaces of PropertyTemplate in com.filenet.api.admin Modifier and Type Interface and Description interfacePropertyTemplateBinaryRepresents a property template for creatingPropertyDefinitionBinaryobjects, which you can add to class definitions to create user-defined properties for holding binary values.interfacePropertyTemplateBooleanRepresents a property template for creatingPropertyDefinitionBooleanobjects, which you can add to class definitions to create user-defined properties for holding Boolean values.interfacePropertyTemplateDateTimeRepresents a property template for creatingPropertyDefinitionDateTimeobjects, which you can add to class definitions to create user-defined properties for holding DateTime values.interfacePropertyTemplateFloat64Represents a property template for creatingPropertyDefinitionFloat64objects, which you can add to class definitions to create user-defined properties for holding Double (Float64) values.interfacePropertyTemplateIdRepresents a property template for creatingPropertyDefinitionIdobjects, which you can add to class definitions to create user-defined properties for holding GUID string values.interfacePropertyTemplateInteger32Represents a property template for creatingPropertyDefinitionInteger32objects, which you can add to class definitions to create user-defined properties for holding integer values.interfacePropertyTemplateObjectRepresents a property template for creatingPropertyDefinitionObjectobjects, which you can add to class definitions to create user-defined properties for holding Content Engine object values.interfacePropertyTemplateStringRepresents a property template for creatingPropertyDefinitionStringobjects, 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 Modifier and Type Method and Description PropertyTemplatePropertyTemplate. get_AuditAs()Returns the value of the AuditAs property.PropertyTemplatePropertyDefinition. get_AuditAs()Returns the value of the AuditAs property.PropertyTemplatePropertyDefinition. get_PropertyTemplate()Returns the value of the PropertyTemplate property.Methods in com.filenet.api.admin with parameters of type PropertyTemplate Modifier and Type Method and Description voidPropertyTemplate. set_AuditAs(PropertyTemplate value)Sets the value of the AuditAs property.voidPropertyDefinition. set_AuditAs(PropertyTemplate value)Sets the value of the AuditAs property. -
Uses of PropertyTemplate in com.filenet.api.core
Methods in com.filenet.api.core that return PropertyTemplate Modifier and Type Method and Description static PropertyTemplateFactory.PropertyTemplate. fetchInstance(ObjectStore os, Id objectId, PropertyFilter filter)Retrieves an object of thePropertyTemplateclass by the specified object ID from the specified object store.static PropertyTemplateFactory.PropertyTemplate. getInstance(ObjectStore os, Id objectId)Constructs an instance of thePropertyTemplateclass from the specified object store. -
Uses of PropertyTemplate in com.filenet.api.meta
Methods in com.filenet.api.meta that return PropertyTemplate Modifier and Type Method and Description PropertyTemplatePropertyDescription. get_AuditAs()Returns the value of the AuditAs property.
-