public interface AutoFlowLaunchable extends Identifiable
Modifier and Type | Method and Description |
---|---|
boolean |
autoFlowEnabled()
Gets whether a process flow can be automatically created from the source.
|
List<AttributeValue> |
getAttributes()
Gets the attributes of the source from which a process flow is automatically created.
|
AutoFlowType |
getAutoFlowType()
Gets the type of the source from which a process flow is automatically created.
|
String |
getIdentifier()
Gets the identifier of the source from which a process flow is automatically created.
|
String |
getName()
Gets the name of the source from which a process flow is automatically created.
|
getId, getTypeId
String getName()
String getIdentifier()
List<AttributeValue> getAttributes()
AutoFlowType getAutoFlowType()
boolean autoFlowEnabled()
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>