@CreateAuthorization(permissionClass="oracle.webcenter.security.auth.WebCenterResourcePermission", securityIds={"oracle_webcenter_siteresource_%portalId%_.*","oracle_webcenter_siteresource_%portalId%_skin_.*"}, action=CREATE) @Authorization(permissionClass="oracle.webcenter.security.auth.WebCenterResourcePermission") public interface SkinResource extends AssetResource
AssetResource.ExcludedFrom
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSkinExtends() |
java.lang.String |
getSkinFamily() |
java.lang.String |
getSkinId() |
void |
setSkinExtends(java.lang.String skinExtends) |
void |
setSkinFamily(java.lang.String skinFamily) |
void |
setSkinId(java.lang.String skinId) |
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, setVisible
getAuthorizedActions, 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=STRING, offset=16) java.lang.String getSkinId()
void setSkinId(java.lang.String skinId)
@PersistProperty(type=STRING, offset=17) java.lang.String getSkinFamily()
void setSkinFamily(java.lang.String skinFamily)
@PersistProperty(type=STRING, offset=18) java.lang.String getSkinExtends()
void setSkinExtends(java.lang.String skinExtends)