Interface IAExecOccSpec

    • Method Detail

      • getFinished

        <T extends IAExecSpec> java.util.List<T> getFinished​(java.lang.Class<T> returnType,
                                                             K_CONTROL_OPTION... behaviourFlags)
                                                      throws InoNetException,
                                                             SrvErrorException
        References the occurrence specification that designates the finish of the action or behavior.
        Parameters:
        returnType - Specifies the type of elements to be returned.
        behaviourFlags - An optional list of enum values to control the behaviour of the command.
        Throws:
        InoNetException
        SrvErrorException
      • getStarted

        <T extends IAExecSpec> java.util.List<T> getStarted​(java.lang.Class<T> returnType,
                                                            K_CONTROL_OPTION... behaviourFlags)
                                                     throws InoNetException,
                                                            SrvErrorException
        References the occurrence specification that designates the start of the action or behavior.
        Parameters:
        returnType - Specifies the type of elements to be returned.
        behaviourFlags - An optional list of enum values to control the behaviour of the command.
        Throws:
        InoNetException
        SrvErrorException