Class Hierarchy
Object > AdministrationObject > TimeInterval
Type |
Property |
Name |
Multilingual Name |
||
Time Interval |
||
Unit |
||
Use Next Working Day |
||
Rounding |
||
Round to Unit |
Return Type |
Signature |
GetDraftTemplate( |
|
IsDraftTemplate( |
|
IsTemplateReleaseable( |
|
ReleaseTemplate( |
Multilingual Name (COOSYSTEM@1.1:mlname)
unique LanguageStringList[] COOSYSTEM@1.1:mlname
Time Interval (COOSYSTEM@1.1:timeinterval)
integer COOSYSTEM@1.1:timeinterval not null
Unit (COOSYSTEM@1.1:timeintervalunit)
TimeIntervalUnit COOSYSTEM@1.1:timeintervalunit not null
Use Next Working Day (COOSYSTEM@1.1:timenextworkday)
boolean COOSYSTEM@1.1:timenextworkday
Rounding (COOSYSTEM@1.1:timerounding)
RoundingType COOSYSTEM@1.1:timerounding
Round to Unit (COOSYSTEM@1.1:timeroundunit)
TimeIntervalUnit COOSYSTEM@1.1:timeroundunit
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
|
COOTC@1.1001:IsTemplateReleaseable
boolean COOTC@1.1001:IsTemplateReleaseable(
out retval boolean isreleaseable,
out boolean requirereleasedversion)
Name |
Description |
isreleaseable |
the result
|
requirereleasedversion |
this parameter defines if release version of the template is required
|
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
|