Class DecoratedTaskManipulationResult<T extends TaskContainer>


  • public class DecoratedTaskManipulationResult<T extends TaskContainer>
    extends Object
    Decoration of task used when displaying on the UI.
    • Constructor Detail

      • DecoratedTaskManipulationResult

        public DecoratedTaskManipulationResult​(@NotNull
                                               @NotNull TaskDefinition taskDefinition,
                                               @Nullable
                                               @Nullable TaskModuleDescriptor taskModuleDescriptor,
                                               @NotNull
                                               @NotNull com.google.common.collect.Multimap<String,​String> requirementConflicts,
                                               @NotNull
                                               T taskContainer)
    • Method Detail

      • getJsonObject

        @NotNull
        public @NotNull com.opensymphony.webwork.dispatcher.json.JSONObject getJsonObject()
                                                                                   throws com.opensymphony.webwork.dispatcher.json.JSONException
        Throws:
        com.opensymphony.webwork.dispatcher.json.JSONException