|
Options |
Name |
Purpose |
|
#
|
CHARACTER BuildPagesFilterString (handle, integer[])
|
Builds a query string for the list of pages
|
|
+
|
LOGICAL ClassIsA (character, character)
|
Returns if the child class is a child of the given parent class
|
|
+
|
ClearCaches ()
|
Clears all caches of this class
|
|
+
|
CHARACTER CopyObjectMaster (CopyObjectMasterParameter)
|
Creates a copy of the given object master
|
|
+
|
Consultingwerk.Framework.Collections.CharacterList CreateDataFields (handle, character, IOverwritePromptCallback)
|
Creates MetaEntityTable, MetaDataField and MetaCalculatedField
object masters for the given Business Entity Model
|
|
+
|
Consultingwerk.Framework.Collections.CharacterList CreateDataFields (handle, character, IOverwritePromptCallback, character, character, character)
|
Creates MetaEntityTable, MetaDataField and MetaCalculatedField
object masters for the given Business Entity Model
|
|
+
|
CHARACTER CreateInstance (character, character, character, character, character, integer)
|
Creates an Object Instance
|
|
+
|
CHARACTER CreateInstance (character, character, character, character, character, integer, character, DictionaryAttributeValue)
|
Creates an Object Instance
|
|
+
|
CHARACTER CreateInstance (character, character, character, character, character, integer, DictionaryAttributeValue)
|
Creates an Object Instance
|
|
+
|
CHARACTER CreateInstance (character, character, character, character, integer, integer)
|
Creates an Object Instance
|
|
+
|
CHARACTER CreateLink (character, character, character, character)
|
Creates a SmartLink between two instances or the container
|
|
+
|
CHARACTER CreateObjectMaster (character, character, character, character, character, DictionaryAttributeValue)
|
Creates an Object Master
|
|
+
|
CHARACTER CreateObjectMaster (CreateObjectMasterParameter)
|
Creates an Object Master
|
|
+
|
DeleteObjectMaster (character)
|
Deletes agiven object master
|
|
+
|
CHARACTER EnsureGuids (character)
|
Ensures that the list of classes contains GUIDs and not class names
|
|
#
|
CHARACTER EnsureLinkTypeGuid (character)
|
Ensures that the provided value is a Link Type Guid
|
|
#
|
CHARACTER EnsureModuleGuid (character)
|
Ensures that the provided value is a Product Module Guid
|
|
+
|
HANDLE FetchRepositoryObject (FetchRepositoryObjectParameter)
|
Fetches an object from the repository
|
|
+
|
HANDLE FetchRepositoryObject (IAnnotationBasedFormParameter)
|
Fetches an annotation based form from the repository
|
|
+
|
HANDLE GetAttributeBuffer (character, character, handle)
|
Returns a buffer to the attribute of a given object master (when
pcInstanceName is empty) or named object instance Inherited from Consultingwerk.SmartFramework.Repository.SmartRepositoryClientService
|
|
+
|
HANDLE GetAttributeBuffer (character, handle)
|
Returns a buffer to the attribute of a given object master (when
pcInstanceName is empty) or named object instance Inherited from Consultingwerk.SmartFramework.Repository.SmartRepositoryClientService
|
|
+
|
CHARACTER GetChildClasses (character)
|
Returns the comma delimited list of child class guids of the provided
parent classes
|
|
+
|
CHARACTER GetEntityFieldMapping (character, character, character, character)
|
Returns the name fo the field object used to render
a given Business Entity Field
|
|
+
|
Consultingwerk.SmartFramework.Repository.ScreenMapping.ListScreenMapping GetEntityTableMapping (character, character, character)
|
Returns the list of entitz field mappings for the given Business EntityTable
and UI Types
|
|
+
|
LONGCHAR GetHtmlField (character, character, character, character, character, logical, logical, handle, character, ViewerBindingStyleEnum)
|
Renders a repository field as html
|
|
+
|
LONGCHAR GetHtmlField (character, character, character, character, character, logical, logical, handle, character, ViewerBindingStyleEnum, handle)
|
Renders a repository field as html
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetJsonField (character, character, character, character, logical, logical, logical, handle, character)
|
Renders a repository field as JSON
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetJsonField (character, character, character, character, logical, logical, logical, handle, character, handle)
|
Renders a repository field as JSON
|
|
+
|
Progress.Json.ObjectModel.JsonObject GetJsonField (handle, handle, character, character, character, logical, logical, logical, IBusinessEntityDescriptor, handle, character, LayoutStyleEnum)
|
Renders a repository field as JSON
|
|
+
|
CHARACTER GetObjectInstanceGuid (character, character)
|
Returns the Object Instance Guid based on an Container Object
Master Name or guid and an Instance Name or guid
|
|
+
|
Consultingwerk.SmartFramework.Repository.AttributeValue GetObjectMasterAttributeValue (character, character)
|
Returns a single Attribute Value assigned to an
Object Master
|
|
+
|
CHARACTER GetObjectMasterGuid (character)
|
Returns the Object Master Guid based on an Object Master Name
or an object master guid
|
|
+
|
Consultingwerk.Framework.Collections.CharacterList GetObjectsWithAttributeValues (DictionaryAttributeValue)
|
Returns a list of objects with the given attribute values
|
|
+
|
Consultingwerk.SmartFramework.Repository.AttributeValue GetObjectTypeAttributeValue (character, character)
|
Returns a single Attribute Value assigned to an
Object Master
|
|
#
|
Consultingwerk.SmartFramework.Repository.AttributeValue GetObjectTypeAttributeValue (character, character, character)
|
Returns a single Attribute Value assigned to an
Object Master
|
|
+
|
CHARACTER GetObjectTypeGuid (character)
|
Returns the Object Type Guid based on an Object Type Name
or an object type guid
|
|
+
|
CHARACTER GetObjectTypeGuidOfMaster (character)
|
Returns the Object Type Guid of the given object master
|
|
+
|
CHARACTER GetObjectTypeName (character)
|
Returns the Object Type Guid based on an Object Type Name
or an object type guid
|
|
+
|
CHARACTER GetParentClasses (character)
|
Returns the CHR(1) delimited list of parent class guids of the provided
child class
|
|
+
|
CHARACTER GetProductModuleDataFolder (character)
|
Returns the Data Folder of the given Product Module
|
|
+
|
CHARACTER GetProductModuleGuid (character)
|
Returns the Product Module Guid based on an Product Module Name
or an product module guid
|
|
+
|
LOGICAL IsLinkSupported (character, character, character)
|
Verifies if the given link is valid
|
|
+
|
LOGICAL ObjectIsA (character, character)
|
Returns if the object is of the given class
|
|
#
|
OnObjectMasterProductModuleChanged (ObjectMasterProductModuleChangedEventArgs)
|
Raises the ObjectMasterProductModuleChanged event
|
|
+
|
RaiseObjectMasterProductModuleChanged (ObjectMasterProductModuleChangedEventArgs)
|
Raises the ObjectMasterProductModuleChanged event
|
|
+
|
ReplaceObjectInstance (character, character)
|
Replaces an Object instance with a new object master
|
|
+
|
LOGICAL SupportsInstanceOfType (character, character)
|
Returns if the Container supports instances of the given type
|
|
#
|
UpdateDesignAttributes (DictionaryAttributeValue)
|
Updates the dsDesignAttributeValues Dataset based on the
passed in Attributes Dictionary
|
|
#
|
ValidatePages (character, handle, integer[])
|
Validates the Pages parameter of the FetchRepositoryObject parameter
|
|
#
|
VerifyContainerSecurity (character)
|
Verifies users access to the repository master
|