Class ProcessMethodMetaData


  • public class ProcessMethodMetaData
    extends java.lang.Object
    Meta-data for the invocation of a ProcessState.
    Author:
    Daniel Sagenschneider
    • Constructor Detail

      • ProcessMethodMetaData

        public ProcessMethodMetaData​(int processIndex,
                                     boolean isParameter,
                                     boolean isFlowCallback)
        Instantiate.
        Parameters:
        processIndex - Obtains the index of the ProcessState invocation.
        isParameter - Indicates if parameter to the ProcessState.
        isFlowCallback - Indicates if FlowCallback for the ProcessState.