Workplace Templates Extensions provides information about entry templates that is used when adding or checking in an object store item. This add-on feature consists of properties that describe the template, including the class and type of object content that will be created when the template is used, the name of the object store that will contain the content, the name of the object store that contains the template, and the number of any workflows specified by the template.
Workplace Templates Extensions add property templates, custom subclasses, and properties:
The following property templates are added by Workplace Templates Extensions and implemented by various add-on features.
Property Template | Type | Implementations | Description |
---|---|---|---|
Description | String | Entry Template class | Provides a description for this Entry Template. |
Entry Template Id | GUID | Document class | Identifies the Entry Template used (if any) when adding or checking in the document content. |
Entry Template Launched Workflow Number | String | Document class | When the Entry Template specifies a workflow, a value for this property is returned when the workflow has been launched. The workflow number can then be used to determine if the workflow is still running. |
Entry Template Object Store Name | String | Document class | Specifies the name of the object store that contains the Entry Template. |
Target Object Class Id | GUID | Entry Template class | Specifies the object class identifier associated with content created using this Entry Template. |
Target Object Store Name | String | Entry Template class | Specifies the name of the object store that will contain the object content created using this Entry Template. |
Target Object Type | String | Entry Template class | Identifies the type of object content to create when using this Entry Template. |
The following properties are added to the Document Class by Workplace Templates Extensions.
Property | Type | Modifiable | Description |
---|---|---|---|
Entry Template Id | GUID | No | Identifies the Entry Template used (if any) when adding or checking in the document content. |
Entry Template Launched Workflow Number | String | No | When the Entry Template specifies a workflow, a value for this property is returned when the workflow has been launched. The workflow number can then be used to determine if the workflow is still running. |
Entry Template Object Store Name | String | No | Specifies the name of the object store that contains the Entry Template. |
The following subclasses are derived from the Document Class by Workplace Templates Extensions.
Subclass | Modifiable | Description |
---|---|---|
Entry Template | No | Consists of information that describes an Entry Template, including the class and type of object content that will be created when using this template, as well as the name of the object store that will contain the content after it is created. |
The following properties are added to the Entry Template subclass by Workplace Templates Extensions.
Property | Type | Modifiable | Description |
---|---|---|---|
Description | String | No | Provides a description for this Entry Template. |
Target Object Class Id | GUID | No | Specifies the object class identifier associated with content created using this Entry Template. |
Target Object Store Name | String | No | Specifies the name of the object store that will contain the object content created using this Entry Template. |
Target Object Type | String | No | Identifies the type of object content to create when using this Entry Template. |