Uses of Interface
com.opencloud.rhino.slee.RhinoActivityContextInterface
-
Packages that use RhinoActivityContextInterface Package Description com.opencloud.rhino.slee com.opencloud.rhino.slee.sbbpart -
-
Uses of RhinoActivityContextInterface in com.opencloud.rhino.slee
Methods in com.opencloud.rhino.slee that return RhinoActivityContextInterface Modifier and Type Method 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. -
Uses of RhinoActivityContextInterface in com.opencloud.rhino.slee.sbbpart
Methods in com.opencloud.rhino.slee.sbbpart that return RhinoActivityContextInterface Modifier and Type Method 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.
-