KIE Internal 6.1.0.CR2

Uses of Class
org.kie.internal.runtime.conf.PersistenceMode

Packages that use PersistenceMode
org.kie.internal.runtime.conf   
 

Uses of PersistenceMode in org.kie.internal.runtime.conf
 

Methods in org.kie.internal.runtime.conf that return PersistenceMode
 PersistenceMode DeploymentDescriptor.getPersistenceMode()
          Returns the runtime engine persistence type configuration
static PersistenceMode PersistenceMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PersistenceMode[] PersistenceMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kie.internal.runtime.conf with parameters of type PersistenceMode
 DeploymentDescriptorBuilder DeploymentDescriptorBuilder.persistenceMode(PersistenceMode mode)
           
 


KIE Internal 6.1.0.CR2

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