public class UpdateInEntryPointCommand extends Object implements org.kie.api.command.ExecutableCommand<Void>
Constructor and Description |
---|
UpdateInEntryPointCommand() |
UpdateInEntryPointCommand(org.kie.api.runtime.rule.FactHandle handle,
Object object,
String entryPoint) |
UpdateInEntryPointCommand(org.kie.api.runtime.rule.FactHandle handle,
Object object,
String entryPoint,
String[] modifiedProperties) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(org.kie.api.runtime.Context context) |
String |
getEntryPoint() |
Object |
getObject() |
void |
setEntryPoint(String entryPoint) |
String |
toString() |
public UpdateInEntryPointCommand()
public UpdateInEntryPointCommand(org.kie.api.runtime.rule.FactHandle handle, Object object, String entryPoint)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.