Uses of Class
org.rhq.core.domain.content.ContentRequestType

Packages that use ContentRequestType
org.rhq.core.domain.content   
 

Uses of ContentRequestType in org.rhq.core.domain.content
 

Methods in org.rhq.core.domain.content that return ContentRequestType
 ContentRequestType ContentServiceRequest.getContentRequestType()
          Describes the type of service being tracked by this request.
static ContentRequestType ContentRequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentRequestType[] ContentRequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.rhq.core.domain.content with parameters of type ContentRequestType
 void ContentServiceRequest.setContentRequestType(ContentRequestType contentRequestType)
           
 

Constructors in org.rhq.core.domain.content with parameters of type ContentRequestType
ContentServiceRequest(Resource resource, String subjectName, ContentRequestType contentRequestType)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.