@CreateAuthorization(permissionClass="oracle.webcenter.security.auth.WebCenterResourcePermission", securityIds={"oracle_webcenter_siteresource_%portalId%_.*","oracle_webcenter_siteresource_%portalId%_taskflow_.*"}, action=CREATE) @Authorization(permissionClass="oracle.webcenter.security.auth.WebCenterResourcePermission") public interface DpTaskFlowResource extends BaseTaskFlowResource
AssetResource.ExcludedFrom| Modifier and Type | Method and Description |
|---|---|
BusinessObjectEntity |
getBusinessObject() |
boolean |
getDanglingStatus() |
java.io.Reader |
getDisplayOptionsAsStream() |
VisualizationTemplateResource |
getVisualizationTemplate() |
void |
setBusinessObject(BusinessObjectEntity businessObjectEntity) |
void |
setDanglingStatus(boolean danglingStatus) |
void |
setDisplayOptions(java.io.Reader displayOptions) |
void |
setVisualizationTemplate(VisualizationTemplateResource visualizationTemplateResource) |
getJspx, getMetadataFile, getPageDef, setJspx, setMetadataFile, setPageDefclearCustomAttributes, 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@PersistProperty(type=NUMBER, offset=4) boolean getDanglingStatus()
void setDanglingStatus(boolean danglingStatus)
@PersistText java.io.Reader getDisplayOptionsAsStream()
void setDisplayOptions(java.io.Reader displayOptions)
@PersistReference(eager=false, strong=false, export=true) BusinessObjectEntity getBusinessObject()
void setBusinessObject(BusinessObjectEntity businessObjectEntity)
@PersistReference(eager=false, strong=false, export=true) VisualizationTemplateResource getVisualizationTemplate()
void setVisualizationTemplate(VisualizationTemplateResource visualizationTemplateResource)