|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectbiz.hammurapi.sql.DatabaseObject
biz.hammurapi.web.interaction.sql.InteractionTransitionInstanceImpl
biz.hammurapi.web.interaction.InteractionInstance.TransitionInstance
| Field Summary |
| Fields inherited from class biz.hammurapi.web.interaction.sql.InteractionTransitionInstanceImpl |
Id, PropertySet, SourceId, TransitionId |
| Fields inherited from class biz.hammurapi.sql.DatabaseObject |
columns, objectVersion, originalVersion |
| Constructor Summary | |
InteractionInstance.TransitionInstance(boolean force)
|
|
InteractionInstance.TransitionInstance(java.sql.ResultSet rs)
|
|
| Method Summary | |
void |
action(java.util.Map context)
Executes action code. |
InteractionFactory.InteractionDefinition.TransitionDefinition |
getDefinition()
|
InteractionInstance |
getOwner()
|
PropertySet |
getProperties()
Creates property set or retrieves it from the database. |
java.lang.Object |
getProperty(java.lang.String name)
Convenience method to retrieve interaction instance properties. |
java.lang.Object |
getProperty(java.lang.String name,
boolean cascade)
Convenience method to retrieve interaction instance properties. |
InteractionInstance.StepInstance |
getSource()
|
void |
toDom(org.w3c.dom.Element holder)
|
void |
update()
Updates step information in the database |
| Methods inherited from class biz.hammurapi.web.interaction.sql.InteractionTransitionInstanceImpl |
clone, getId, getPropertySet, getSourceId, getTransitionId, project, project, setId, setPropertySet, setSourceId, setTransitionId |
| Methods inherited from class biz.hammurapi.sql.DatabaseObject |
addColumn, addObserver, addRelationship, clear, configure, configure, copy, delete, equals, fromDom, fromDom, get, getAttribute, getColumn, getColumnAttribute, getObjectVersion, getRelationship, getSqlType, hashCode, insert, isDeleted, isModified, loadRelationships, onChange, removeAttribute, removeColumnAttribute, removeObserver, setAttribute, setColumnAttribute, setOriginal, toDom, toString, update |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public InteractionInstance.TransitionInstance(boolean force)
public InteractionInstance.TransitionInstance(java.sql.ResultSet rs)
throws java.sql.SQLException
| Method Detail |
public InteractionFactory.InteractionDefinition.TransitionDefinition getDefinition()
throws java.sql.SQLException
java.sql.SQLExceptionpublic InteractionInstance.StepInstance getSource()
public void action(java.util.Map context)
throws HammurapiWebException
context - evaluation context.
HammurapiWebException
public PropertySet getProperties()
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.Object getProperty(java.lang.String name)
name -
java.sql.SQLException
public java.lang.Object getProperty(java.lang.String name,
boolean cascade)
name - cascade - - If true then this method cascades to
java.sql.SQLExceptionpublic void toDom(org.w3c.dom.Element holder)
public void update()
throws java.sql.SQLException
java.sql.SQLExceptionpublic InteractionInstance getOwner()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||