Class GetObjectsCommand

  • All Implemented Interfaces:
    java.io.Serializable, IdentifiableResult, org.kie.api.command.Command<java.util.Collection>, org.kie.api.command.ExecutableCommand<java.util.Collection>

    public class GetObjectsCommand
    extends java.lang.Object
    implements org.kie.api.command.ExecutableCommand<java.util.Collection>, IdentifiableResult
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection execute​(org.kie.api.runtime.Context context)  
      org.kie.api.runtime.ObjectFilter getFilter()  
      java.lang.String getOutIdentifier()  
      void setFilter​(org.kie.api.runtime.ObjectFilter filter)  
      void setOutIdentifier​(java.lang.String outIdentifier)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.kie.api.command.ExecutableCommand

        autoFireAllRules
    • Constructor Detail

      • GetObjectsCommand

        public GetObjectsCommand()
      • GetObjectsCommand

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

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

      • setFilter

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

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object