Load all known assignments for the given connection
Parameters: con - open and valid db connection Parameters: environment - Environment for structure and ACL lookups (types, groups, properties) FxAssignment's throws: FxLoadException - on errors
Loads all defined Mandators from the given connection.
Mandators are visible to all users, so no security checks are performed.
This function does not use any caching.
Parameters: con - open and valid db connection Array containing all known Mandators throws: FxLoadException - on errors
Load all properties from the given connection
Parameters: con - open and valid db connection Parameters: environment - bootstraped structure (needs ACL's, FxTypes and FxDataTypes initialized) ArrayList throws: FxLoadException - on errors throws: FxNotFoundException - if stored properties are inconstistent in regard to unique mode, etc.
Load all routes for a workflow
Parameters: con - open and valid db connection Parameters: workflowId - workflow id a list of all routes for the given workflow throws: FxLoadException - if the routes could not be loaded
Load all script mappings
Parameters: con - open and valid db connection Parameters: environment - environment all script mappings throws: FxLoadException - on errors
Load all select lists
Parameters: con - open and valid db connection Parameters: environment - environment, needs ACL's loaded list containing all select lists throws: FxLoadException - on errors
Load all step definitions from the provided connection
Parameters: con - open and valid db connection a list of all step definitions throws: FxLoadException - if the steps could not be loaded
Load all known types and relations
Parameters: con - open and valid db connection Parameters: environment - Environment with loaded mandators, acls and workflows ArrayList containing all known types and relations throws: FxLoadException - on errors
Load all known Workflows from the given connection
Parameters: con - open and valid db connection Parameters: environment - needed to lookup referenced steps and routes a list of all known workflows throws: FxLoadException - if the workflows could not be loaded