Class JobActivity

    • Constructor Detail

      • JobActivity

        public JobActivity​(ActivityContext context,
                           RequestAdapter requestAdapter,
                           ResponseAdapter responseAdapter)
        Instantiates a new job activity.
        Parameters:
        context - the current ActivityContext
        requestAdapter - the request adapter
        responseAdapter - the response adapter
    • Method Detail

      • newActivity

        public <T extends Activity> T newActivity()
        Description copied from interface: Activity
        Create a new inner activity.
        Specified by:
        newActivity in interface Activity
        Overrides:
        newActivity in class CoreActivity
        Type Parameters:
        T - the type of the activity
        Returns:
        the activity object