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