public abstract class ActivityBase extends java.lang.Object implements Activity
Activity.Result| Constructor and Description |
|---|
ActivityBase() |
| Modifier and Type | Method and Description |
|---|---|
Activity.Result |
checkAction(PortalEntity entity,
PersistenceSecurityAction action)
Checks how a security action should be handled
|
protected abstract Activity.Result |
performCheckAction(PortalEntity entity,
PersistenceSecurityAction action)
Performs the check
|
public final Activity.Result checkAction(PortalEntity entity, PersistenceSecurityAction action)
ActivitycheckAction in interface Activityentity - the entity the action is being performed againstaction - the actionprotected abstract Activity.Result performCheckAction(PortalEntity entity, PersistenceSecurityAction action)
entity - the entity the action is being performed againstaction - the action