public final class ModuleInstance extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
ModuleInstance()
Creates new instance.
|
|
ModuleInstance(long id,
Context context,
Collection<ProcessInstance> processInstances)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Context |
getContext()
Returns the top context of this module instance.
|
long |
getId()
Returns the id of this module instance.
|
String |
getModelId()
Returns the model id of this module.
|
String |
getName()
Returns the name of this module instance.
|
List<ProcessInstance> |
getProcessInstances()
Returns the list of process instances.
|
int |
hashCode() |
String |
toString() |
protected ModuleInstance()
public ModuleInstance(long id, Context context, Collection<ProcessInstance> processInstances)
id
- context
- processInstances
- NullPointerException
- if topContext
is null or if processInstances
is nullIllegalArgumentException
- if imports
map contains null valuepublic long getId()
public String getName()
public String getModelId()
public Context getContext()
public List<ProcessInstance> getProcessInstances()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.