public interface PortalEvent
Modifier and Type | Method and Description |
---|---|
Operation |
getOperation()
Gets the operation being performed
|
java.lang.String |
getPortalDescription()
Gets the description of the portal
|
java.lang.String |
getPortalDisplayName()
Gets the display name of the portal
|
java.lang.String |
getPortalId()
Gets the ID of the portal
|
java.lang.String |
getPortalName()
Gets the name of the portal
|
PortalTemplateCreationOptions |
getPortalTemplateCreationOptions()
Gets the portal template creation options.
|
java.lang.String |
getSourcePortalName()
Gets the name of the source portal.
|
boolean |
isPublic()
Whether the portal is public
|
boolean |
isTemplate()
Whether the event is for a portal template
|
Operation getOperation()
java.lang.String getPortalId()
java.lang.String getPortalName()
java.lang.String getPortalDisplayName()
java.lang.String getPortalDescription()
java.lang.String getSourcePortalName()
boolean isTemplate()
boolean isPublic()
PortalTemplateCreationOptions getPortalTemplateCreationOptions()
Operation.COPY
) where the source is a portal template