public interface Visibility extends AdfcNode
| Modifier and Type | Method and Description |
|---|---|
VisibilityType |
invokeUrlAllowed() |
boolean |
isRemotelyInvocable()
Is the task flow remotely invokable in a remote region?
|
boolean |
setInvokeUrlAllowed(VisibilityType type)
Sets visibility to a new type.
|
getParsingContext, validategetIdAttribute, setIdAttributegetNodeVisibilityType invokeUrlAllowed()
boolean setInvokeUrlAllowed(VisibilityType type)
VisibilityType.UNSET implies
an empty visibility node.type - new type for visibility, or null, if visibility should be unsetboolean isRemotelyInvocable()
true if the task flow can be remotely invoked.