Uses of Interface
org.drools.marshalling.ObjectMarshallingStrategy

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 that return ObjectMarshallingStrategy
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategy(int index)
           
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategyObject(Object object)
           
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategyObject(String strategyClassName)
           
 ObjectMarshallingStrategy MarshallerProvider.newIdentityMarshallingStrategy()
           
static ObjectMarshallingStrategy MarshallerFactory.newIdentityMarshallingStrategy()
           
 ObjectMarshallingStrategy MarshallerProvider.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
static ObjectMarshallingStrategy MarshallerFactory.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
 ObjectMarshallingStrategy MarshallerProvider.newSerializeMarshallingStrategy()
           
static ObjectMarshallingStrategy MarshallerFactory.newSerializeMarshallingStrategy()
           
 ObjectMarshallingStrategy MarshallerProvider.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
static ObjectMarshallingStrategy MarshallerFactory.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
 

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)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.