public interface BusinessObjectEntity extends AssetResource
AssetResource.ExcludedFrom| Modifier and Type | Method and Description |
|---|---|
void |
addToAttributes(AttributeEntity attributeEntity)
Add to attributes
|
void |
clearAttributes()
Clear attributes
|
java.util.List<AttributeEntity> |
getAttributes()
Get the attributes from the BusinessObjectEntity
|
void |
removeFromAttributes(AttributeEntity attributeEntity)
Remove from attributes
|
void |
setAttributes(java.util.List<AttributeEntity> attrs)
Set the attributes to the BusinessObjectEntity
|
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, setVisiblegetAuthorizedActions, 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@PersistReference(eager=false, strong=true, export=true) java.util.List<AttributeEntity> getAttributes()
void setAttributes(java.util.List<AttributeEntity> attrs)
attrs -void addToAttributes(AttributeEntity attributeEntity)
void removeFromAttributes(AttributeEntity attributeEntity)
void clearAttributes()