BackgroundActivities
that calls the action CheckExpiredActivities
. This must be done
once in the domain, where expired deadlines should be checked.Class Hierarchy
Object > ComponentObject > ConfigurationObject > SimpleConfigurationObject > EscalationDefinition
Type |
Property |
Name |
Applicable for |
||
Object Class/Category of the File |
||
Object Class/Category of the Teamroom |
||
Multilingual Name |
Return Type |
Signature |
GetDraftTemplate( |
|
IsDraftTemplate( |
|
IsTemplateReleaseable( |
|
IsTemplateReleased( |
|
ReleaseTemplate( |
|
RevokeReleasedTemplate( |
Applicable for (COOWF@1.1:escdefallowedcategories)
unique Object[] COOWF@1.1:escdefallowedcategories readonly
Additional Information
Object Class/Category of the File (COOWF@1.1:escdefallowedparents)
unique Object[] COOWF@1.1:escdefallowedparents readonly
Additional Information
Object Class/Category of the Teamroom (COOWF@1.1:escdefallowedteamrooms)
unique Object[] COOWF@1.1:escdefallowedteamrooms readonly
Additional Information
Multilingual Name (COOSYSTEM@1.1:mlname)
unique LanguageStringList[] COOSYSTEM@1.1:mlname
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
|
COOTC@1.1001:IsTemplateReleased
boolean COOTC@1.1001:IsTemplateReleased(
out retval boolean isreleased,
out optional object releasedtemplate)
Name |
Description |
isreleased |
the result
|
releasedtemplate |
the released template
|
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
|
COOTC@1.1001:RevokeReleasedTemplate
void COOTC@1.1001:RevokeReleasedTemplate(
optional dictionary additionalsettings)
Name |
Description |
additionalsettings |
this dictionary may contain custom informations when calling
the action manually to handle user decision e.g to withdraw release of sub templates
|