Method Summary |
|
public void | deleteAttribute(String pEntityRef, String pAttributeName) Deletes attribute in the specified entity. |
public void | deleteEntity(String pEntityRef) |
public String[] | getAssociationRoleRefs(String pEntityRef) Returns all references to the association roles of this entity. |
public STAttribute | getAttribute(String pEntityRef, String pAttributeName) |
public STAttribute[] | getAttributes(String pEntityRef) Returns all attributes comprising this entity. |
public STConstraint[] | getConstraints(String pEntityRef) |
public STEntity | getEntity(String pEntityRef) |
public String[] | getPrimaryKey(String pEntityRef) Returns names of elements (atributes or relationships) comprising entity's primary key.
The names are local and may refer to the attribute name or role name. |
public STSelector | getSelector(String pEntityRef, String pSelectorName) |
public STField[] | getSelectorInputFields(String pEntityRef, String pSelectorName) Returns array of the inpput fields for the selector. |
public STSelector[] | getSelectors(String pEntityRef) |
public STState | getState(String pEntityRef, String pStateName) |
public STStateTransition[] | getStateTransitions(String pEntityRef, String pStateName) |
public int | getStateTransitionsCount(String pEntityRef, String pStateName) |
public STState[] | getStates(String pEntityRef) |
public int | getStatesCount(String pEntityRef) |
public void | insertAttribute(String pEntityRef, STAttribute pAttribute) Creates attribute in the specified entity. |
public void | insertEntity(STEntity pRecord) |
public void | insertSelector(String pEntityRef, STSelector pSelectorDetails) |
public void | insertSelectorInputField(String pEntityRef, String pSelectorName, STField pFieldDetails) |
public void | updateAssociationRoleRefs(String pEntityRef, String[] pAssociationRoleRefs) Updates all references to the association roles of this entity. |
public void | updateAttribute(String pEntityRef, STAttribute pAttribute) Updates attribute in the specified entity. |
public void | updateEntity(STEntity pUpdatedRecord) |