jBPM distribution 6.0.0.CR3

Uses of Interface
org.kie.api.marshalling.ObjectMarshallingStrategy

Packages that use ObjectMarshallingStrategy
org.jbpm.marshalling.impl   
org.kie.api.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
 

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.kie.api.marshalling
 

Methods in org.kie.api.marshalling that return ObjectMarshallingStrategy
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategy(int index)
           
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategyObject(Object object)
           
 ObjectMarshallingStrategy ObjectMarshallingStrategyStore.getStrategyObject(String strategyClassName)
           
 ObjectMarshallingStrategy KieMarshallers.newIdentityMarshallingStrategy()
           
 ObjectMarshallingStrategy KieMarshallers.newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
 ObjectMarshallingStrategy KieMarshallers.newSerializeMarshallingStrategy()
           
 ObjectMarshallingStrategy KieMarshallers.newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor acceptor)
           
 

Methods in org.kie.api.marshalling with parameters of type ObjectMarshallingStrategy
 Marshaller KieMarshallers.newMarshaller(KieBase kbase, ObjectMarshallingStrategy[] strategies)
          This will override the strategies specified in the ksession or environment.
 


jBPM distribution 6.0.0.CR3

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