org.drools.marshalling.impl
Class MarshallingConfigurationImpl
java.lang.Object
org.drools.marshalling.impl.MarshallingConfigurationImpl
- All Implemented Interfaces:
- org.drools.marshalling.MarshallingConfiguration
public class MarshallingConfigurationImpl
- extends Object
- implements org.drools.marshalling.MarshallingConfiguration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarshallingConfigurationImpl
public MarshallingConfigurationImpl()
MarshallingConfigurationImpl
public MarshallingConfigurationImpl(org.drools.marshalling.ObjectMarshallingStrategy[] strategies,
boolean marshallProcessInstances,
boolean marshallWorkItems)
isMarshallProcessInstances
public boolean isMarshallProcessInstances()
- Specified by:
isMarshallProcessInstances
in interface org.drools.marshalling.MarshallingConfiguration
setMarshallProcessInstances
public void setMarshallProcessInstances(boolean marshallProcessInstances)
isMarshallWorkItems
public boolean isMarshallWorkItems()
- Specified by:
isMarshallWorkItems
in interface org.drools.marshalling.MarshallingConfiguration
setMarshallWorkItems
public void setMarshallWorkItems(boolean marshallWorkItems)
getObjectMarshallingStrategyStore
public org.drools.marshalling.ObjectMarshallingStrategyStore getObjectMarshallingStrategyStore()
- Specified by:
getObjectMarshallingStrategyStore
in interface org.drools.marshalling.MarshallingConfiguration
setPlaceholderResolverStrategyFactory
public void setPlaceholderResolverStrategyFactory(org.drools.marshalling.ObjectMarshallingStrategyStore placeholderResolverStrategyFactory)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.