Package com.redwood.scheduler.api.uow
Interface PersistAllowedHelper
- 
 public interface PersistAllowedHelperREDWOOD INTERNAL USE ONLY. NOT FOR CUSTOMER USE. Is persist allowed?
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetPersistAllowed(SchedulerSession session, boolean value)Internal interface.
 
- 
- 
- 
Method Detail- 
setPersistAllowedvoid setPersistAllowed(SchedulerSession session, boolean value) Internal interface. Not for customer use.- Parameters:
- session- the session
- value- new value for persist allowed flag.
 
 
- 
 
-