Interface AutoFlowLaunchable

All Superinterfaces:
Identifiable, Serializable
All Known Implementing Classes:
Tlf

public interface AutoFlowLaunchable extends Identifiable
The interface that a source object must implement to automatically create process flows from the source object.
Since:
2.4
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets whether a process flow can be automatically created from the source.
    Gets the attributes of the source object from which a process flow is automatically created.
    Gets the type of the source object from which a process flow is automatically created.
    Gets the identifier of the source object from which a process flow is automatically created.
    Gets the name of the source object from which a process flow is automatically created.

    Methods inherited from interface com.sas.lsaf.core.Identifiable

    getId, getTypeId
  • Method Details

    • getName

      String getName()
      Gets the name of the source object from which a process flow is automatically created.
      Returns:
      The name of the source object.
    • getIdentifier

      String getIdentifier()
      Gets the identifier of the source object from which a process flow is automatically created.
      Returns:
      The identifier of the source object.
    • getAttributes

      List<AttributeValue> getAttributes()
      Gets the attributes of the source object from which a process flow is automatically created.
      Returns:
      The attributes.
    • getAutoFlowType

      AutoFlowType getAutoFlowType()
      Gets the type of the source object from which a process flow is automatically created.
      Returns:
      The type.
    • autoFlowEnabled

      boolean autoFlowEnabled()
      Gets whether a process flow can be automatically created from the source.
      Returns:
      Whether a process flow can be automatically.