Uses of Class
org.kuali.common.util.secure.Status

Packages that use Status
org.kuali.common.util.secure   
 

Uses of Status in org.kuali.common.util.secure
 

Fields in org.kuali.common.util.secure declared as Status
static Status Status.DEFAULT_REMOTE_FILE_STATUS
           
 

Methods in org.kuali.common.util.secure that return Status
 Status RemoteFile.getStatus()
           
static Status Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.kuali.common.util.secure with parameters of type Status
protected  boolean DefaultSecureChannel.isStatus(RemoteFile file, Status status)
           
 void RemoteFile.setStatus(Status status)
           
protected  void DefaultSecureChannel.validate(RemoteFile file, Status... allowed)
           
 



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.