Jump to: navigation, search

Changes


Workflow Designer

369 bytes added, 19:51, 26 June 2013
/* {{UBIK}} activities */
| CreateInstance|| UBIK Object Primitives || Creates a new instance of a given MetaClass
|- align="left"
| DeleteObject|| UBIK Object Primitives || Deletes an object a ''UBIKObject'' (Deep delete by default, ''ShallowDelete'' optional)
|- align="left"
| RemoveFromSystemRelation|| UBIK Object Primitives || Removes a ''Child'' object via the given ''Relation'' from a ''Parent'' object
|- align="left"
| SaveObject|| UBIK Object Primitives || Saves an object the ''UBIKObject'' (Deep save by default, ''ShallowSave'' optional)
|- align="left"
| SetPropertyValue|| UBIK Object Primitives || -Sets the ''Value'' to the property named ''PropertyName'' of the ''UBIKObject''
|- align="left"
| AssignIconToBaseClass|| UBIK UI Primitives || -Assigns a selectable icon image to the ''UBIKObject''
|- align="left"
| SelectSourceFile|| UBIK UI Primitives || -Brings up an open file dialog
|- align="left"
| SelectTargetFile|| UBIK UI Primitives || -Brings up a save file dialog
|- align="left"
| ShowUnsavedObjectsHierarchy|| UBIK UI Primitives || -Brings up the [[Unsaved Objects]] dialog
|- align="left"
| UserDecisionYesNo|| UBIK UI Primitives || -Brings up a Yes/No dialog with configurable ''Title'' and ''Text''
|- align="left"
| UserInputText|| UBIK UI Primitives || -Brings up an input box with configurable ''Title'' and ''Text''
|}