public class SModuleInstance extends Object implements SXmlEntity, SEntityWithId
Constructor and Description |
---|
SModuleInstance()
Creates new empty instance of
SModuleInstance . |
Modifier and Type | Method and Description |
---|---|
void |
addProcessInstance(SProcessInstance pi) |
SContext |
getContext() |
long |
getId()
Returns the id.
|
String |
getName()
Returns the module name.
|
Set<SProcessInstance> |
getProcessInstances() |
ModuleInstanceState |
getState() |
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked before unmarshalling into target.
|
void |
setContext(SContext context) |
void |
setId(long id) |
void |
setState(ModuleInstanceState state) |
String |
toString() |
public SModuleInstance()
SModuleInstance
.public long getId()
SEntityWithId
getId
in interface SEntityWithId
public void setId(long id)
public ModuleInstanceState getState()
public void setState(ModuleInstanceState state)
public SContext getContext()
public void setContext(SContext context)
public Set<SProcessInstance> getProcessInstances()
public void addProcessInstance(SProcessInstance pi)
public String getName()
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
preUnmarshal
in interface UnmarshalCallback
parent
- instance of JAXB mapped class that will eventually reference target.
null when target is root element.public void postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
postUnmarshal
in interface UnmarshalCallback
parent
- instance of JAXB mapped class that will reference target.
null when target is root element.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.