public interface AssetResource extends ManagedResource
Modifier and Type | Interface and Description |
---|---|
static class |
AssetResource.ExcludedFrom |
Modifier and Type | Method and Description |
---|---|
void |
clearCustomAttributes() |
java.lang.String |
getCategory() |
java.lang.String |
getContentDir() |
java.util.Map<java.lang.String,java.lang.String> |
getCustomAttributes() |
java.lang.String |
getDescriptionKey() |
java.lang.String |
getDisplayNameKey() |
AssetResource.ExcludedFrom |
getExcludedFrom() |
java.lang.String |
getExcludedPortalIds() |
java.lang.String |
getIconURI() |
java.lang.String |
getInputId() |
java.lang.String |
getInputVersionId() |
java.lang.String |
getLockedBy() |
java.util.Date |
getLockedDate() |
java.lang.String |
getLogoURL() |
java.lang.String |
getResourceBundle() |
boolean |
getUsesCustomSecurity() |
boolean |
getVisible() |
void |
putIntoCustomAttributes(java.lang.String name, java.lang.String value) |
void |
removeFromCustomAttributes(java.lang.String name) |
void |
setCategory(java.lang.String category) |
void |
setContentDir(java.lang.String contentDir) |
void |
setCustomAttributes(java.util.Map<java.lang.String,java.lang.String> map) |
void |
setDescriptionKey(java.lang.String descriptionKey) |
void |
setDisplayNameKey(java.lang.String displayNameKey) |
void |
setExcludedFrom(AssetResource.ExcludedFrom excludedFrom) |
void |
setExcludedPortalIds(java.lang.String excludedPortalIds) |
void |
setIconURI(java.lang.String iconURI) |
void |
setInputId(java.lang.String inputId) |
void |
setInputVersionId(java.lang.String inputVersionId) |
void |
setLockedBy(java.lang.String lockedBy) |
void |
setLockedDate(java.util.Date lockedDate) |
void |
setLogoURL(java.lang.String logoURL) |
void |
setResourceBundle(java.lang.String resourceBundle) |
void |
setUsesCustomSecurity(boolean usesCustomSecurity) |
void |
setVisible(boolean visible) |
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=2) java.lang.String getDisplayNameKey()
void setDisplayNameKey(java.lang.String displayNameKey)
@PersistProperty(type=STRING, offset=3) java.lang.String getDescriptionKey()
void setDescriptionKey(java.lang.String descriptionKey)
@PersistProperty(type=STRING, offset=4) java.lang.String getResourceBundle()
void setResourceBundle(java.lang.String resourceBundle)
@PersistProperty(type=STRING, offset=5) java.lang.String getContentDir()
void setContentDir(java.lang.String contentDir)
@PersistProperty(type=STRING, offset=6) java.lang.String getIconURI()
void setIconURI(java.lang.String iconURI)
@PersistProperty(type=STRING, offset=7) java.lang.String getLogoURL()
void setLogoURL(java.lang.String logoURL)
@PersistProperty(type=STRING, offset=8) java.lang.String getCategory()
void setCategory(java.lang.String category)
@PersistProperty(type=STRING, offset=9, export=false) java.lang.String getLockedBy()
void setLockedBy(java.lang.String lockedBy)
@PersistProperty(type=DATE, offset=1, export=false) java.util.Date getLockedDate()
void setLockedDate(java.util.Date lockedDate)
@PersistProperty(type=STRING, offset=10) java.lang.String getInputId()
void setInputId(java.lang.String inputId)
@PersistProperty(type=STRING, offset=11) java.lang.String getInputVersionId()
void setInputVersionId(java.lang.String inputVersionId)
@PersistProperty(type=NUMBER, offset=2) boolean getVisible()
void setVisible(boolean visible)
@PersistProperty(type=NUMBER, offset=3) boolean getUsesCustomSecurity()
void setUsesCustomSecurity(boolean usesCustomSecurity)
@PersistProperty(type=STRING, offset=12) AssetResource.ExcludedFrom getExcludedFrom()
void setExcludedFrom(AssetResource.ExcludedFrom excludedFrom)
@PersistProperty(type=STRING, offset=13) java.lang.String getExcludedPortalIds()
void setExcludedPortalIds(java.lang.String excludedPortalIds)
@PersistCollection java.util.Map<java.lang.String,java.lang.String> getCustomAttributes()
void setCustomAttributes(java.util.Map<java.lang.String,java.lang.String> map)
void clearCustomAttributes()
void putIntoCustomAttributes(java.lang.String name, java.lang.String value)
void removeFromCustomAttributes(java.lang.String name)