@CreateAuthorization(permissionClass="oracle.webcenter.security.auth.WebCenterResourcePermission", securityIds={"oracle_webcenter_siteresource_%portalId%_.*","oracle_webcenter_siteresource_%portalId%_pagestyle_.*"}, action=CREATE) @Authorization(permissionClass="oracle.webcenter.security.auth.WebCenterResourcePermission") public interface PageStyleResource extends AssetResource, BasePageResource
AssetResource.ExcludedFrom| Modifier and Type | Method and Description |
|---|---|
boolean |
getContributionModeAfterCreation() |
boolean |
getEditPageAfterCreation() |
java.lang.String |
getGrantee() |
java.lang.String |
getQualifier() |
void |
setContributionModeAfterCreation(boolean contributionModeAfterCreation) |
void |
setEditPageAfterCreation(boolean editPageAfterCreation) |
void |
setGrantee(java.lang.String grantee) |
void |
setQualifier(java.lang.String qualifier) |
clearCustomAttributes, getCategory, getContentDir, getCustomAttributes, getDescriptionKey, getDisplayNameKey, getExcludedFrom, getExcludedPortalIds, getIconURI, getInputId, getInputVersionId, getLockedBy, getLockedDate, getLogoURL, getResourceBundle, getUsesCustomSecurity, getVisible, putIntoCustomAttributes, removeFromCustomAttributes, setCategory, setContentDir, setCustomAttributes, setDescriptionKey, setDisplayNameKey, setExcludedFrom, setExcludedPortalIds, setIconURI, setInputId, setInputVersionId, setLockedBy, setLockedDate, setLogoURL, setResourceBundle, setUsesCustomSecurity, setVisibleaddToContent, addToDPVisualization, clearContent, clearDPVisualization, clearParameters, getContent, getDPVisualization, getLayout, getParameters, putIntoParameters, removeFromContent, removeFromDPVisualization, removeFromParameters, setContent, setDPVisualization, setLayout, setParametersgetPageDefinition, getPageView, getSourcePath, setPageDefinition, setPageView, setSourcePathgetAuthorizedActions, getCreated, getCreator, getDescription, getDocumentRef, getId, getIsInitialized, getIsSecured, getIsSeeded, getModified, getModifier, getName, getNamespace, getPortal, getRootSecurityEntity, getSecurityEntity, getSecurityId, getShortId, getType, getVersionId, inheritsSecurity, lock, setCreated, setCreator, setDescription, setDocumentRef, setIsInitialized, setIsSeeded, setName, setNamespace, setPortal, setSecurityEntity, setSecurityId, setVersionId@PersistProperty(type=NUMBER, offset=4) boolean getEditPageAfterCreation()
void setEditPageAfterCreation(boolean editPageAfterCreation)
@PersistProperty(type=NUMBER, offset=5) boolean getContributionModeAfterCreation()
void setContributionModeAfterCreation(boolean contributionModeAfterCreation)
@PersistProperty(type=STRING, offset=16) java.lang.String getQualifier()
void setQualifier(java.lang.String qualifier)
@PersistProperty(type=STRING, offset=17) java.lang.String getGrantee()
void setGrantee(java.lang.String grantee)