static UpdateManager.DataElementProperties[] |
ChangeOperationTools.getCorrespondingDataElementProperties(ProcessConstants.DataElementProperty... dataElementProperties) |
Convert an array of DataElementProperty to an array of corresponding DataElementProperties.
|
static boolean |
UpdateDataElement.isPossible(ChangeableInstance instance,
DataElement dataElement,
ProcessConstants.DataElementProperty... dataElementProperties) |
Tests if it is valid (concerning structural and state-based correctness) to
change the data element properties given by
dataElementProperties in the instance.
|
static boolean |
UpdateDataElement.isPossible(ChangeableInstance instance,
DataElement dataElement,
CheckReport checkReport,
ProcessConstants.DataElementProperty... dataElementProperties) |
Tests if it is valid (concerning structural and state-based correctness) to
change the data element properties given by
dataElementProperties in the instance.
|
static boolean |
UpdateDataElement.isPossible(Template template,
DataElement dataElement,
ProcessConstants.DataElementProperty... dataElementProperties) |
Tests if it is valid (concerning structural correctness) to change the data
element properties given by dataElementProperties in the
template.
|
static boolean |
UpdateDataElement.isPossible(Template template,
DataElement dataElement,
CheckReport checkReport,
ProcessConstants.DataElementProperty... dataElementProperties) |
Tests if it is valid (concerning structural correctness) to change the data
element properties given by dataElementProperties in the
template.
|
static DataElement |
UpdateDataElement.performOperation(SessionToken session,
ChangeableInstance instance,
DataElement dataElement,
UpdateManager updateManager,
ProcessConstants.DataElementProperty... dataElementProperties) |
Updates the data element attributes given by
dataElementProperties in the instance.
|
static DataElement |
UpdateDataElement.performOperation(SessionToken session,
ChangeableInstance instance,
DataElement dataElement,
ProcessConstants.DataElementProperty... dataElementProperties) |
Updates the data element attributes given by
dataElementProperties in the instance.
|
static DataElement |
UpdateDataElement.performOperation(SessionToken session,
ChangeableTemplate template,
DataElement dataElement,
UpdateManager updateManager,
ProcessConstants.DataElementProperty... dataElementProperties) |
Updates the data element attributes given by
dataElementProperties in the template.
|
static DataElement |
UpdateDataElement.performOperation(SessionToken session,
ChangeableTemplate template,
DataElement dataElement,
ProcessConstants.DataElementProperty... dataElementProperties) |
Updates the data element attributes given by
dataElementProperties in the template.
|
protected static DataElement |
UpdateDataElement.performOperation(SessionToken session,
ChangePrimitives processGraph,
DataElement dataElement,
UpdateManager updateManager,
ProcessConstants.DataElementProperty... dataElementProperties) |
Worker method to do the structural changes for both changeable templates
and changeable instances.
|