Package org.drools.core.command.runtime
Class GetEnvironmentCommand
- java.lang.Object
-
- org.drools.core.command.runtime.GetEnvironmentCommand
-
- All Implemented Interfaces:
Serializable,NotTransactionalCommand<org.kie.api.runtime.Environment>,org.kie.api.command.Command<org.kie.api.runtime.Environment>,org.kie.api.command.ExecutableCommand<org.kie.api.runtime.Environment>
public class GetEnvironmentCommand extends Object implements NotTransactionalCommand<org.kie.api.runtime.Environment>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetEnvironmentCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.Environmentexecute(org.kie.api.runtime.Context context)StringtoString()
-