Interface IGoal

    • Method Detail

      • getId

        java.lang.String getId()
        Get the id.
      • drop

        IFuture<java.lang.Void> drop()
        Drop the goal.
      • getLifecycleState

        IGoal.GoalLifecycleState getLifecycleState()
        Get the lifecycle state.
        Returns:
        The current lifecycle state (e.g. new, active, dropped).
      • isActive

        boolean isActive()
        Test if the goal is in lifecyclestate 'active'.