Method Summary |
|
protected void | addMandator(Mandator mandator) |
public FxEnvironmentImpl | deepClone() |
public ACL | getACL(long id) |
public ACL | getACL(String name) |
public List<ACL> | getACLs() |
public List<ACL> | getACLs(ACL.Category category) |
public List<ACL> | getACLs(long mandatorId) |
public List<ACL> | getACLs(long mandatorId, boolean includeForeignAccessible) |
public List<ACL> | getACLs(long mandatorId, ACL.Category category, boolean includeForeignAccessible) |
public FxAssignment | getAssignment(String xPath) |
public FxAssignment | getAssignment(long assignmentId) |
public FxDataType | getDataType(long id) |
public List<FxDataType> | getDataTypes() |
public String | getDeactivatedTypesList() |
public ACL | getDefaultACL(ACL.Category category) |
public List<FxAssignment> | getDerivedAssignments(long assignmentId) |
public FxGroup | getGroup(long id) |
public FxGroup | getGroup(String name) |
public List<FxGroupAssignment> | getGroupAssignments() |
public List<FxGroupAssignment> | getGroupAssignments(boolean includeDisabled) |
public List<FxGroup> | getGroups(boolean returnReferenced, boolean returnUnreferenced, boolean returnRootGroups, boolean returnSubGroups) |
public String | getInactiveMandatorList() |
public Mandator | getMandator(long id) |
public Mandator | getMandator(String name) |
public List<Mandator> | getMandators(boolean active, boolean inactive) |
public List<FxProperty> | getProperties(boolean returnReferenced, boolean returnUnreferenced) |
public FxProperty | getProperty(long id) |
public FxProperty | getProperty(String name) |
public List<FxPropertyAssignment> | getPropertyAssignments() |
public List<FxPropertyAssignment> | getPropertyAssignments(boolean includeDisabled) |
public List<FxType> | getReferencingRelationTypes(long typeId) |
public Route | getRoute(long routeId) |
public FxScriptInfo | getScript(long scriptId) |
public FxScriptMapping | getScriptMapping(long scriptId) |
public List<FxScriptMapping> | getScriptMappings() |
public List<FxScriptInfo> | getScripts() |
public FxSelectList | getSelectList(long id) |
public FxSelectList | getSelectList(String name) |
public FxSelectListItem | getSelectListItem(long id) |
public List<FxSelectList> | getSelectLists() |
public Step | getStep(long stepId) |
public Step | getStepByDefinition(long workflowId, long stepDefinitionId) |
public StepDefinition | getStepDefinition(long id) |
public List<StepDefinition> | getStepDefinitions() |
public List<Step> | getSteps() |
public List<Step> | getStepsByDefinition(long stepDefinitionId) |
public List<Step> | getStepsByWorkflow(long workflowId) |
public List<FxPropertyAssignment> | getSystemInternalRootPropertyAssignments() |
public long | getTimeStamp() |
public FxType | getType(String name) |
public FxType | getType(long id) |
public List<FxType> | getTypes(boolean returnBaseTypes, boolean returnDerivedTypes, boolean returnTypes, boolean returnRelations) |
public List<FxType> | getTypesForProperty(long propertyId) |
public Workflow | getWorkflow(long id) |
public List<Workflow> | getWorkflows() |
protected void | removeACL(long id) |
public void | removeMandator(long mandatorId) |
protected void | resolveDependencies() |
protected void | setAcls(List<ACL> acls) |
protected void | setAssignments(List<FxAssignment> assignments) |
protected void | setDataTypes(List<FxDataType> dataTypes) |
protected void | setGroups(List<FxGroup> groups) |
public void | setMandators(Mandator[] mandators) |
protected void | setProperties(List<FxProperty> properties) |
public void | setScriptMappings(List<FxScriptMapping> scriptMappings) |
public void | setScripts(List<FxScriptInfo> scripts) |
public void | setSelectLists(List<FxSelectList> lists) |
protected void | setStepDefinitions(List<StepDefinition> stepDefinitions) |
protected void | setSteps(List<Step> steps) |
protected void | setTypes(List<FxType> fxTypes) |
protected void | setWorkflows(List<Workflow> workflows) |
protected void | updateACL(ACL _acl) |
public void | updateMandator(Mandator mandator) |
public void | updateScripting(List<FxScriptInfo> scripts, List<FxScriptMapping> scriptMapping) |
public void | updateTimeStamp() |
public void | updateType(FxType type) |