diff options
Diffstat (limited to 'src/main/resources/mapFiles/JobListMap.xml')
| -rw-r--r-- | src/main/resources/mapFiles/JobListMap.xml | 34 |
1 files changed, 8 insertions, 26 deletions
diff --git a/src/main/resources/mapFiles/JobListMap.xml b/src/main/resources/mapFiles/JobListMap.xml index ee18d48..84d40ae 100644 --- a/src/main/resources/mapFiles/JobListMap.xml +++ b/src/main/resources/mapFiles/JobListMap.xml @@ -17,38 +17,20 @@ <field name="stepPath" type="string" direct="false" get-method="getStepPath" set-method="setStepPath">
<bind-xml name="StepPath" node="attribute"/>
</field>
- <field name="transitionId" type="integer" direct="false" get-method="getTransitionId" set-method="setTransitionId">
- <bind-xml name="TransitionId" node="attribute"/>
- </field>
- <field name="currentStateId" type="integer" direct="false" get-method="getCurrentStateId" set-method="setCurrentStateId">
- <bind-xml name="CurrentStateId" node="attribute"/>
- </field>
- <field name="targetStateId" type="integer" direct="false" get-method="getTargetStateId" set-method="setTargetStateId">
- <bind-xml name="TargetStateId" node="attribute"/>
- </field>
- <field name="agentId" type="integer" direct="false" get-method="getAgentId" set-method="setAgentId">
- <bind-xml name="AgentId" node="attribute"/>
+ <field name="transition" type="com.c2kernel.lifecycle.instance.stateMachine.Transition" direct="false" get-method="getTransition" set-method="setTransition">
+ <bind-xml name="Transition" node="attribute"/>
</field>
<field name="agentName" type="string" direct="false" get-method="getAgentName" set-method="setAgentName">
<bind-xml name="AgentName" node="attribute"/>
</field>
- <field name="agentRole" type="string" direct="false" get-method="getAgentRole" set-method="setAgentRole">
- <bind-xml name="AgentRole" node="attribute"/>
- </field>
- <field name="schemaName" type="string" direct="false" get-method="getSchemaName" set-method="setSchemaName">
- <bind-xml name="SchemaName" node="attribute"/>
- </field>
- <field name="schemaVersion" type="integer" direct="false" get-method="getSchemaVersion" set-method="setSchemaVersion">
- <bind-xml name="SchemaVersion" node="attribute"/>
- </field>
- <field name="outcomeRequired" type="boolean" direct="false" get-method="isOutcomeRequired" set-method="setOutcomeRequired">
- <bind-xml name="OutcomeRequired" node="attribute"/>
+ <field name="originStateName" type="string" direct="false" get-method="getOriginStateName" set-method="setOriginStateName">
+ <bind-xml name="OriginState" node="attribute"/>
</field>
- <field name="scriptName" type="string" direct="false" get-method="getScriptName" set-method="setScriptName">
- <bind-xml name="ScriptName" node="attribute"/>
+ <field name="targetStateName" type="string" direct="false" get-method="getTargetStateName" set-method="setTargetStateName">
+ <bind-xml name="TargetState" node="attribute"/>
</field>
- <field name="scriptVersion" type="integer" direct="false" get-method="getScriptVersion" set-method="setScriptVersion">
- <bind-xml name="ScriptVersion" node="attribute"/>
+ <field name="agentRole" type="string" direct="false" get-method="getAgentRole" set-method="setAgentRole">
+ <bind-xml name="AgentRole" node="attribute"/>
</field>
<field name="actProps" type="com.c2kernel.utils.KeyValuePair" collection="array" container="false" direct="false" get-method="getKeyValuePairs" set-method="setKeyValuePairs">
<bind-xml name="ActProps" node="element"/>
|
