Class GetObjectsCommand

    • Constructor Detail

      • GetObjectsCommand

        public GetObjectsCommand()
      • GetObjectsCommand

        public GetObjectsCommand​(org.kie.api.runtime.ObjectFilter filter)
      • GetObjectsCommand

        public GetObjectsCommand​(org.kie.api.runtime.ObjectFilter filter,
                                 String outIdentifier)
    • Method Detail

      • setFilter

        public void setFilter​(org.kie.api.runtime.ObjectFilter filter)
      • getFilter

        public org.kie.api.runtime.ObjectFilter getFilter()
      • execute

        public Collection execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<Collection>