2024 April Release

Class FSCMINDBREEZEINSIGHT@1.1001:InsightApp Permanent link for this heading

This class is used for defining an Insight App using the Mindbreeze Insight App Designer.

see https://at.cloud.fabasoft.com/search/apps/designer/

Class Hierarchy

Object > ContentObject > InsightApp

Actions Permanent link for this heading

Return Type

Signature

boolean

CanReplaceDocument(
  out retval boolean canreplace)

boolean

IsDraftTemplate(
  out retval boolean isdrafttemplate)

object

ReleaseTemplate(
  out retval object releasedtemplate,
  optional boolean keepoldrelease,
  optional dictionary additionalsettings)

Actions Permanent link for this heading


FSCFOLIO@1.1001:CanReplaceDocument Permanent link for this heading

boolean FSCFOLIO@1.1001:CanReplaceDocument(
  out retval boolean canreplace)

Name

Description

canreplace


COOTC@1.1001:IsDraftTemplate Permanent link for this heading

Checks if the template is a draft which can be released.

If the release mechanism is to be used for an object class, then this action can be implemented for example with: isdrafttemplate = cooobj.IsUsable() && !cooobj.GetDraftTemplate();

boolean COOTC@1.1001:IsDraftTemplate(
  out retval boolean isdrafttemplate)

Name

Description

isdrafttemplate

the result

COOTC@1.1001:ReleaseTemplate Permanent link for this heading

Action to release a template. A released template can be instantiated.

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