Class DefaultESInstanceViewTransformer
- java.lang.Object
-
- org.jbpm.event.emitters.elasticsearch.DefaultESInstanceViewTransformer
-
- All Implemented Interfaces:
ESInstanceViewTransformer
public class DefaultESInstanceViewTransformer extends Object implements ESInstanceViewTransformer
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultESInstanceViewTransformer(String index, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ESRequestindex(org.jbpm.persistence.api.integration.InstanceView<?> view)ESRequestupdate(org.jbpm.persistence.api.integration.InstanceView<?> view)
-
-
-
Method Detail
-
index
public ESRequest index(org.jbpm.persistence.api.integration.InstanceView<?> view)
- Specified by:
indexin interfaceESInstanceViewTransformer
-
update
public ESRequest update(org.jbpm.persistence.api.integration.InstanceView<?> view)
- Specified by:
updatein interfaceESInstanceViewTransformer
-
-