|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectMarshallingStrategy | |
---|---|
org.drools.marshalling | Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. |
org.jbpm.marshalling.impl | |
org.jbpm.task.utils |
Uses of ObjectMarshallingStrategy in org.drools.marshalling |
---|
Methods in org.drools.marshalling with parameters of type ObjectMarshallingStrategy | |
---|---|
Marshaller |
MarshallerProvider.newMarshaller(KnowledgeBase kbase,
ObjectMarshallingStrategy[] strategies)
This will override the strategies specified in the ksession or environment. |
static Marshaller |
MarshallerFactory.newMarshaller(KnowledgeBase kbase,
ObjectMarshallingStrategy[] strategies)
|
Uses of ObjectMarshallingStrategy in org.jbpm.marshalling.impl |
---|
Classes in org.jbpm.marshalling.impl that implement ObjectMarshallingStrategy | |
---|---|
class |
ProcessInstanceResolverStrategy
When using this strategy, knowledge session de/marshalling process will make sure that the processInstance is not serialized as a part of the the session/network. |
Uses of ObjectMarshallingStrategy in org.jbpm.task.utils |
---|
Methods in org.jbpm.task.utils that return types with arguments of type ObjectMarshallingStrategy | |
---|---|
List<ObjectMarshallingStrategy> |
ContentMarshallerContext.getStrategies()
|
Methods in org.jbpm.task.utils with parameters of type ObjectMarshallingStrategy | |
---|---|
void |
ContentMarshallerContext.addStrategy(ObjectMarshallingStrategy strategy)
|
Method parameters in org.jbpm.task.utils with type arguments of type ObjectMarshallingStrategy | |
---|---|
void |
ContentMarshallerContext.setStrategies(List<ObjectMarshallingStrategy> strategies)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |