Uses of Class
lumis.portal.progress.ProgressConfig.Type

Packages that use ProgressConfig.Type
lumis.portal.progress   
lumis.portal.serialization   
lumis.portal.serviceinstance.serialization   
 

Uses of ProgressConfig.Type in lumis.portal.progress
 

Methods in lumis.portal.progress that return ProgressConfig.Type
 ProgressConfig.Type ProgressConfig.getType()
           
static ProgressConfig.Type ProgressConfig.Type.valueOf(int value)
           
static ProgressConfig.Type ProgressConfig.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProgressConfig.Type[] ProgressConfig.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in lumis.portal.progress with parameters of type ProgressConfig.Type
 void ProgressConfig.setType(ProgressConfig.Type type)
           
 

Constructors in lumis.portal.progress with parameters of type ProgressConfig.Type
ProgressConfig(String processId, int overallMax, int overallValue, int itemMax, int itemValue, String message, ProgressConfig.Type type, boolean lastMessage)
           
ProgressConfig(String processId, int overallMax, int overallValue, int itemMax, int itemValue, String message, ProgressConfig.Type type, boolean lastMessage, int elapsedTime)
           
 

Uses of ProgressConfig.Type in lumis.portal.serialization
 

Methods in lumis.portal.serialization with parameters of type ProgressConfig.Type
 void BaseSerializationContext.sendProgressFinalNotification(String message, ProgressConfig.Type type)
           
 void BaseSerializationContext.sendProgressNotification(Document messageDoc, String styleFilename, ProgressConfig.Type type)
           
 void BaseSerializationContext.sendProgressNotification(String message, ProgressConfig.Type type, String innerProgressId)
           
 

Uses of ProgressConfig.Type in lumis.portal.serviceinstance.serialization
 

Methods in lumis.portal.serviceinstance.serialization with parameters of type ProgressConfig.Type
 void ServiceInstanceSerializationContext.sendProgressFinalNotification(String message, ProgressConfig.Type type)
           
 void ServiceInstanceDeserializationContext.sendProgressFinalNotification(String message, ProgressConfig.Type type)
           
 void ServiceInstanceSerializationContext.sendProgressNotification(Document messageDoc, String styleFilename, ProgressConfig.Type type)
           
 void ServiceInstanceDeserializationContext.sendProgressNotification(Document messageDoc, String styleFilename, ProgressConfig.Type type)
           
 void ServiceInstanceSerializationContext.sendProgressNotification(String message, ProgressConfig.Type type)
           
 void ServiceInstanceDeserializationContext.sendProgressNotification(String message, ProgressConfig.Type type)
           
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.