Package | Description |
---|---|
com.opencloud.rhino.slee | |
com.opencloud.rhino.slee.sbbpart |
Modifier and Type | Method and Description |
---|---|
RhinoActivityContextInterface[] |
RhinoSbbContext.getActivities() |
RhinoActivityContextInterface[] |
RhinoSbbContext.getActivities(Class<?> type)
Get the set of Activity Contexts that the SBB entity currently associated with the instance is currently attached to, where the type of the underlying activity object is assignable to the specified type.
|
Modifier and Type | Method and Description |
---|---|
RhinoActivityContextInterface[] |
SbbPartContext.getActivities()
Get the set of Activity Contexts that the SBB entity currently associated with the SBB part is currently attached to.
|
RhinoActivityContextInterface[] |
SbbPartContext.getActivities(Class<?> type)
Get the set of Activity Contexts that the SBB entity currently associated with the SBB part is currently attached to, where the type of the underlying activity object is assignable to the specified type.
|