public interface MetadataResourceMobile extends MetadataResourceBase, PageFlowMobile
| Modifier and Type | Method and Description |
|---|---|
boolean |
addMobileTaskFlowDefinition(TaskFlowDefinitionMobile taskFlowDef)
Adds a task flow definition to this metadata resource.
|
java.util.Map<ActivityId,ControlFlowRuleMobile> |
getMobileAdfControlFlowRules()
Gets the ADF page flow control flow rules defined in the resource.
|
java.util.Map<TaskFlowId,TaskFlowDefinitionMobile> |
getMobileTaskFlowDefinitions()
Gets the task flow definitions contained in the resource.
|
TaskFlowDefinitionMobile |
getMutableMobileTaskFlowDefinition(java.lang.String taskFlowId)
Retrieves the mutable bounded task flow definition matching this id.
|
getAdfActivities, getElementFactory, getManagedBeans, getMetadataResourceNames, getName, isMobile, isMutableaddMobileControlFlowRule, getMobileControlFlowRule, getMobileControlFlowRules, removeMobileControlFlowRuleaddActivity, addManagedBean, getActivities, getManagedBeans, getViewActivity, removeActivity, removeManagedBeangetDescription, getDisplayName, getLargeIcon, getSmallIcon, getUIInfo, setDescription, setDisplayName, setLargeIcon, setSmallIcongetParsingContext, validategetIdAttribute, setIdAttributegetNodejava.util.Map<ActivityId,ControlFlowRuleMobile> getMobileAdfControlFlowRules()
java.util.Map<TaskFlowId,TaskFlowDefinitionMobile> getMobileTaskFlowDefinitions()
boolean addMobileTaskFlowDefinition(TaskFlowDefinitionMobile taskFlowDef)
taskFlowDef - a new task flow definitionTaskFlowDefinitionMobile getMutableMobileTaskFlowDefinition(java.lang.String taskFlowId)
taskFlowId - an id of a bounded task flow in this resource.