View Javadoc
1   package com.kodexa.client.remote;
2   
3   /**
4    * The types of session that can be created in Kodexa
5    */
6   public enum CloudSessionType {
7       service,
8       pipeline
9   }