Uses of Class
org.purl.sword.base.ServiceLevel

Packages that use ServiceLevel
org.purl.sword.base   
 

Uses of ServiceLevel in org.purl.sword.base
 

Methods in org.purl.sword.base that return ServiceLevel
 ServiceLevel ServiceDocument.getComplianceLevel()
          Deprecated. Please access the compliance level directly from the service.
 ServiceLevel Service.getComplianceLevel()
          Get the service compliance level.
static ServiceLevel ServiceLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceLevel[] ServiceLevel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.purl.sword.base with parameters of type ServiceLevel
 void Service.setComplianceLevel(ServiceLevel complianceLevel)
          Set the service compliance level.
 

Constructors in org.purl.sword.base with parameters of type ServiceLevel
Service(ServiceLevel complianceLevel)
          Create a new instance.
Service(ServiceLevel complianceLevel, boolean noOp, boolean verbose)
          Create a new instance with the specified compliance level, noOp and verbose values.
ServiceDocument(ServiceLevel complianceLevel)
          Create a new instance and set the specified service level.
ServiceDocument(ServiceLevel complianceLevel, boolean noOp, boolean verbose, String workspaceTitle, Collection workspaceCollections)
          Deprecated. Please use the other constructors.
 



Copyright © 2008 The DSpace Foundation. All Rights Reserved.