Class DiscoveredPortalActivity
java.lang.Object
oracle.webcenter.portal.persistence.activity.ActivityBase
oracle.webcenter.portal.persistence.activity.DiscoveredPortalActivity
- All Implemented Interfaces:
Activity
Activity that can be used to query or view portal that are discoverable
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.webcenter.portal.persistence.activity.Activity
Activity.Result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Activity.Result
performCheckAction
(PortalEntity entity, PersistenceSecurityAction action) Performs the checkMethods inherited from class oracle.webcenter.portal.persistence.activity.ActivityBase
checkAction
-
Constructor Details
-
DiscoveredPortalActivity
public DiscoveredPortalActivity()
-
-
Method Details
-
performCheckAction
Description copied from class:ActivityBase
Performs the check- Specified by:
performCheckAction
in classActivityBase
- Parameters:
entity
- the entity the action is being performed againstaction
- the action- Returns:
- how the action should be handled
-