Class Hierarchy
Object > BasicObject > ODataService
Type |
Property |
Name |
Language |
||
Link (Draft) |
||
Link (Released) |
Return Type |
Signature |
GetDraftTemplate( |
|
IsDraftTemplate( |
|
QueryTypeHint( |
|
ReleaseTemplate( |
Language (FSCODATA@1.1001:odatalang)
Language FSCODATA@1.1001:odatalang not null
Additional Information
Link (Draft) (FSCODATA@1.1001:odataurldraft)
string FSCODATA@1.1001:odataurldraft readonly volatile
Link (Released) (FSCODATA@1.1001:odataurlreleased)
string FSCODATA@1.1001:odataurlreleased readonly volatile
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
|
QueryType[] FSCODATA@1.1001:QueryTypeHint(
ObjectClass selectedclass,
ref QueryType query,
out retval QueryType[] query_hint)
Name |
Description |
selectedclass |
|
query |
|
query_hint |
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
|