@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 VisualizationTemplateResource extends BaseTaskFlowResource
AssetResource.ExcludedFrom| Modifier and Type | Method and Description |
|---|---|
void |
addToDpTaskFlows(DpTaskFlowResource dpTaskFlowResource) |
void |
clearDpTaskFlows() |
java.lang.String |
getDisplayOptions() |
java.util.List<DpTaskFlowResource> |
getDpTaskFlows() |
void |
removeFromDpTaskFlows(DpTaskFlowResource dpTaskFlowResource) |
void |
setDisplayOptions(java.lang.String displayOptions) |
void |
setDpTaskFlows(java.util.List<DpTaskFlowResource> dpTaskFlowResources) |
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=STRING, offset=17) java.lang.String getDisplayOptions()
void setDisplayOptions(java.lang.String displayOptions)
@PersistReference(eager=false, strong=false, export=false) java.util.List<DpTaskFlowResource> getDpTaskFlows()
void setDpTaskFlows(java.util.List<DpTaskFlowResource> dpTaskFlowResources)
void addToDpTaskFlows(DpTaskFlowResource dpTaskFlowResource)
void removeFromDpTaskFlows(DpTaskFlowResource dpTaskFlowResource)
void clearDpTaskFlows()