CompoundObject
nor the base class
ContentObject
.Class Hierarchy
Direct Subclasses
AnnouncementTask, AppRelease, Artist, BasicActiveReport, BulkOperationBasicObject, CADPreview, Channel, ChargingContainer, Check, CompareConflict, ConfigurationItem, ConsistencyRule, ContentServerConnection, ContextDeadlinePool, DatabaseExportControl, DataImport, DataImportContainer, DataImportControl, DataImportLog, DataImportRuleLog, DiagramObject, DisplayView, FailedMailDispatch, GroupDeadlinePool, HereMapsConnection, Holiday, InsightApp360Configuration, ITAsset, ITService, KeyStore, Layer, LicenseHistory, MBEntityDefinition, MBInSpireConfig, MBInSpireService, MembershipExclusion, MetaDataStampCategory, MindbreezeAttributeConfiguration, Notification, NotificationTemplate, OAuthClient, ObjectWithAgreement, ObjectWithUserForm, ODataService, OrganizationOrder, OrganizationTermination, ParticipantInstance, PaymentElement, PaymentModalities, PortalSearch, PrescriptionTemplate, ProblemRecord, ProcessOutput, PurchaseOrder, Queue, ReleasePackage, RelRep, RelRepDef, ReportConversion, ReportTable, RequestForChange, Review, RFCConnection, RoomProgressInfo, Rule, RuleAction, SearchForm, SearchTerm, SelectionDefinition, SelectionResult, SerialEMail, SplittingDefinition, State, StaticObjectList, StockConnection, StructuralChange, Subscription, SubscriptionTransaction, SuspendedDeadlines, Task, TemplateCategory, TemplateCategoryGroup, TextModuleCollection, ThesaurusImport, TransferProtocol, TransmissionLog, VAlarm, VEvent, VideoStream, VirtualDatabaseExportControl, VirusInfo, VTodo, WebTextModule
Additional Information
Return Type |
Signature |
CanChangeProcessState( |
|
CanReleaseTemplate( |
|
DoCancelFileObject( |
|
EnableRegistrationUC( |
|
EvaluateGenericNameBuild( |
|
GetIncomingCategory( |
|
GetMBInSpireService( |
|
GetReleasedTemplate( |
|
IsDraftTemplateTestable( |
|
IsTemplateReleaseable( |
|
ObjectReleaseVersion( |
|
SendBackgroundSecure( |
COOWF@1.1:CanChangeProcessState
boolean COOWF@1.1:CanChangeProcessState(
ProcessInstance procinst,
ref retval boolean statechangeable)
Name |
Description |
procinst |
the process instance
|
statechangeable |
the result
|
COOTC@1.1001:CanReleaseTemplate
boolean COOTC@1.1001:CanReleaseTemplate(
out retval boolean canrelease)
Name |
Description |
canrelease |
the result;
|
FSCFOLIO@1.1001:DoCancelFileObject
FCSCFOLIO@1.1001:bostate
for the current object will
be set to cancelled. If the current object is a business relevant object the document state objdocstate
will also be changed
to cancelled.CPGetRoomSecurity
with the usecase
parameter set to CtxMoveToCanceled
.CtxMoveToCanceled
, the customization point with the usecase
parameter CtxMoveToWastebasket
is evaluated.
void FSCFOLIO@1.1001:DoCancelFileObject(
object parent,
object view,
optional boolean issublevel)
Name |
Description |
parent |
parent object
|
view |
current view
|
issublevel |
is canceling document on sub level
|
FSCFOLIO@1.1001:EnableRegistrationUC
ActDefRegisterIncomingDocument
.CanRegister
has to return trueCanRegister
has to return false
boolean FSCFOLIO@1.1001:EnableRegistrationUC(
AttributeDefinition exprattrdef,
optional IncomingComponentCategory checkcat,
out retval boolean enable)
Name |
Description |
exprattrdef |
the attribute definition to decide which menu should be enabled or disabled
(possible values are
icshowreregistermenu and icshowworkflowstep for registering objects and
icshowreregistermenu and icshowreregisterwfstep for re-registering objects) |
checkcat |
the supplied incoming category to perform the additional checks to enable/disable the menus
(if no incoming category is supplied the incoming category is calculated by use of
GetIncomingCategory ) |
enable |
the result if the menu should be displayed
|
FSCCONFIG@1.1001:EvaluateGenericNameBuild
void FSCCONFIG@1.1001:EvaluateGenericNameBuild(
optional boolean force)
Name |
Description |
force |
when
null or false , the name is only generated if any of the defining properties of the namebuild are modified in this transaction |
FSCFOLIO@1.1001:GetIncomingCategory
categoryregcategory
of the assigned category of the object.CheckIncomingCategoryAllowedClasses
.CheckIncomingCategoryAllowedClasses
.
IncomingComponentCategory FSCFOLIO@1.1001:GetIncomingCategory(
optional integer dynkey,
optional boolean checkroom,
out retval IncomingComponentCategory incat)
Name |
Description |
dynkey |
the key of the clicked menu entry generated by the dynamic menu action
GetMenuRegisterIncoming |
checkroom |
if set to true
FSCTEAMROOM@1.1001:CalcDefaultRoomIncomingCategory is used to identify the incoming category if categoryregcategory does not supply a valid incoming category. |
incat |
the result.
|
FSCMINDBREEZE@1.1001:GetMBInSpireService
MBInSpireService FSCMINDBREEZE@1.1001:GetMBInSpireService(
out retval MBInSpireService svc,
optional object context)
Name |
Description |
svc |
InSpire service
|
context |
Context for service selection
|
COOTC@1.1001:GetReleasedTemplate
object COOTC@1.1001:GetReleasedTemplate(
optional boolean checkreleased,
out retval object releasedtemplate)
Name |
Description |
checkreleased |
Checks the validity of the released template.
The object is valid if it is usable and if it is the released template
of a design template, or if it is the design template itself in case it
is an object that does not need to be released.
|
releasedtemplate |
the released template
|
COOTC@1.1001:IsDraftTemplateTestable
boolean COOTC@1.1001:IsDraftTemplateTestable(
out retval boolean istestable)
Name |
Description |
istestable |
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
|
COOSYSTEM@1.1:ObjectReleaseVersion
void COOSYSTEM@1.1:ObjectReleaseVersion(
datetime versdate)
Name |
Description |
versdate |
The date and time of the version of the object.
|
FSCFOLIO@1.1001:SendBackgroundSecure
void FSCFOLIO@1.1001:SendBackgroundSecure(
any[] to,
optional any[] cc,
optional any[] bcc,
any subject,
string[] body,
optional object[] attachments,
optional boolean usepubliclinks,
optional ContentFormat downloadformat,
out string[] errorlog,
optional string replytoaddress,
optional string headertitle,
optional Language fallbacklanguage)
Name |
Description |
to |
List of objects (users, contacts) or a list of strings to which an e-mail should be sent.
|
cc |
List of objects (users, contacts) or a list of strings to which an e-mail should be sent in CC
|
bcc |
List of objects (users, contacts) or a list of strings to which an e-mail should be sent in BCC.
|
subject |
A subject is essential for an e-mail to be able to be sent. A subject can be either a plain string or a string object. If a string object is passed as subject, the used language is based on the user communication language. If there is no subject passed, the name or address from the first attachment will be used instead.
|
body |
The text for the e-mail. Can contain: STRING, STRINGLIST.
|
attachments |
A list of attachment objects for which MX urls or public links are inserted into the e-mail.
|
usepubliclinks |
Generate public links instead of MX urls.
|
downloadformat |
Use this download format in case of public links.
|
errorlog |
Error log containing send errors.
|
replytoaddress |
Use this replyto e-mail address.
|
headertitle |
the text will be used as header title of the email.
|
fallbacklanguage |
The fallback language is used when the email recipients are specified only by an email address, or when no communication language can be determined for an email recipient object.
|