ComponentObject
are checked for changes and updated if
necessary, just once, after the user logged in. If you need component objects
that are checked for changes each time they are read, use the object class
ConfigurationObject
as the base class.Class Hierarchy
Direct Subclasses
Accelerator, AccessDefinition, AccessType, Action, ActiveReport, AppDashboardRoomMode, Application, ApplicationView, AppProfile, AttributeDefinition, AttributeSet, AuthenticationMethod, BackgroundUserContextDef, BranchApp, BulkReplaceDefinition, BusinessApp, CharacterEncodingScheme, CitizenCardDefinition, ClientLibrary, CompareFunction, ComponentChannel, ComponentSearchForm, ComponentSearchTerm, ComponentSelectionDefinition, ComponentSplittingDefinition, ComponentState, ComponentTemplateCategoryGroup, ComponentTemplateCollection, Context, Control, ControlStyleDefinition, CTXInsightServiceCalls, CTXInsightServiceObjects, CTXQualifiedSignature, DatabaseExportDefinition, DateUtilsFunctions, DBRessource, DefaultLogo, DeltaStoreConfiguration, DemoData, Department, DisplayElement, DisplayItem, DisplaySubItems, DocumentDefinition, ErrorMessage, Expression, FeatureFlag, Field, FieldContext, FieldSet, FormPage, HereMapsEndpoint, InsightApp360ConfigurationComponentObject, InsightAppTemplateComponentObject, JWTUtilsFunctions, LanguageContent, LicenseItem, Locale, MathFunctions, MBEntityDefinitionComponentObject, Menu, MethodDefinition, MimeType, MindbreezeAttributeConfigurationComponentObject, MindbreezeLocationConstraint, MindbreezeQueryConstraint, ObjectClass, ObjectEditForm, OpenAPIClient, PriceTier, Prototype, RelRepDefComponentObject, ReportConversionComponentObject, ReportTableComponentObject, RetentionDateTimeDef, RibbonControl, RibbonControlSite, RoomPublishState, RoomRole, SelfServiceBranding, SmartCardReader, StockEndpoint, String, StringUtilsFunctions, Symbol, TabedView, TestScenario, TextModuleCategoryComp, TextModulePackage, TextModuleSelectionOption, ThirdPartyIntegration, TimeIntervalComponentObject, TransactionVariables, TypeDefinition, UIClient, UIElement, UserProfile, ValidatorFunctions, View, VirtualDatabaseExportDefinition, XMLAttrDescription, XMLAttrPathElement, XMLElementMapping, XMLFunctions, XMLSchema, XMLSchemaPart, XPathMapping
Type |
Property |
Name |
Software Component |
||
Full Reference |
||
Reference |
Return Type |
Signature |
GetObjectRoom( |
|
IsTemplateReleaseable( |
Software Component (COOSYSTEM@1.1:component)
SoftwareComponent COOSYSTEM@1.1:component readonly
Additional Information
Full Reference (COOSYSTEM@1.1:fullreference)
string COOSYSTEM@1.1:fullreference readonly
Reference (COOSYSTEM@1.1:reference)
string(100) COOSYSTEM@1.1:reference not null readonly
FSCTEAMROOM@1.1001:GetObjectRoom
Room FSCTEAMROOM@1.1001:GetObjectRoom(
out retval Room room,
optional boolean includeself)
Name |
Description |
room |
the room
|
includeself |
if the current object is a room it will return himself.
By default no room will be returned for a room. This parameter has no effect for other
objects.
|
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
|