Class Hierarchy
Object > BasicObject > PrescriptionTemplate
Type |
Property |
Name |
Applicable for |
||
Object Class/Category of the File |
||
Object Class/Category of the Teamroom |
Return Type |
Signature |
GetDefinitionElements( |
|
GetDraftTemplate( |
|
IsDraftTemplate( |
|
ReleaseTemplate( |
Applicable for (COOWF@1.1:wfdallowedcategories)
unique Object[] COOWF@1.1:wfdallowedcategories readonly
Additional Information
Object Class/Category of the File (COOWF@1.1:wfdallowedparents)
unique Object[] COOWF@1.1:wfdallowedparents readonly
Additional Information
Object Class/Category of the Teamroom (COOWF@1.1:wfdallowedteamrooms)
unique Object[] COOWF@1.1:wfdallowedteamrooms readonly
Additional Information
COOWF@1.1:GetDefinitionElements
object[] COOWF@1.1:GetDefinitionElements(
out retval object[] defelems,
optional object objclass)
Name |
Description |
defelems |
The list of definition elements.
|
objclass |
The desired class.
|
object COOTC@1.1001:GetDraftTemplate(
out retval object drafttemplate,
optional boolean includeself)
Name |
Description |
drafttemplate |
the draft template
|
includeself |
if set to true and the current object is a draft template (see
COOTC@1.1:objistemplate ) it will return himself |
isdrafttemplate = cooobj.IsUsable() && !cooobj.GetDraftTemplate();
boolean COOTC@1.1001:IsDraftTemplate(
out retval boolean isdrafttemplate)
Name |
Description |
isdrafttemplate |
the result
|
object COOTC@1.1001:ReleaseTemplate(
out retval object releasedtemplate,
optional boolean keepoldrelease,
optional dictionary additionalsettings)
Name |
Description |
releasedtemplate |
the released template
|
keepoldrelease |
in case of newly created released template the old release is not deleted
|
additionalsettings |
this dictionary may contain custom informations when calling
the action manually to handle user decision e.g to release sub templates
|