Class FindObjectCommand<T>

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<T>, org.kie.api.command.ExecutableCommand<T>

    public class FindObjectCommand<T>
    extends Object
    implements org.kie.api.command.ExecutableCommand<T>
    See Also:
    Serialized Form
    • Constructor Detail

      • FindObjectCommand

        public FindObjectCommand​(Object identifer,
                                 Class<T> clazz)
    • Method Detail

      • execute

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