org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class TaskType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
      extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.TaskType
Direct Known Subclasses:
ResourceTaskType

public class TaskType
extends ExtensionType

Java class for TaskType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TaskType">
   <complexContent>
     <extension base="{urn:xmlns:rhq-serverplugin.perspective}ExtensionType">
       <sequence>
         <element ref="{urn:xmlns:rhq-serverplugin.perspective}inventoriedResourceActivatorSet" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:xmlns:rhq-serverplugin.perspective}extensionPoint" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String category
           
protected  java.util.List<ExtensionPointType> extensionPoint
           
protected  java.util.List<ResourceActivatorSetType> inventoriedResourceActivatorSet
           
protected  java.lang.String url
           
 
Fields inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
application, description, displayName, globalPermissionActivatorSet, iconUrl, monitoringLicenseActivator, name
 
Constructor Summary
TaskType()
           
 
Method Summary
 java.lang.String getCategory()
          Gets the value of the category property.
 java.util.List<ExtensionPointType> getExtensionPoint()
          Limit task to the designated task pane extension points.
 java.util.List<ResourceActivatorSetType> getInventoriedResourceActivatorSet()
          Activate the extension only if the user has resources of the specified type in inventory.
 java.lang.String getUrl()
          Gets the value of the url property.
 void setCategory(java.lang.String value)
          Sets the value of the category property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 
Methods inherited from class org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.ExtensionType
getApplication, getDescription, getDisplayName, getGlobalPermissionActivatorSet, getIconUrl, getMonitoringLicenseActivator, getName, getOtherAttributes, setApplication, setDescription, setDisplayName, setIconUrl, setMonitoringLicenseActivator, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inventoriedResourceActivatorSet

protected java.util.List<ResourceActivatorSetType> inventoriedResourceActivatorSet

extensionPoint

protected java.util.List<ExtensionPointType> extensionPoint

category

protected java.lang.String category

url

protected java.lang.String url
Constructor Detail

TaskType

public TaskType()
Method Detail

getInventoriedResourceActivatorSet

public java.util.List<ResourceActivatorSetType> getInventoriedResourceActivatorSet()
Activate the extension only if the user has resources of the specified type in inventory. Activated only if the user has the required permissions. At least one resource activator required for resource task extensions. Activated for resources only if specified trait conditions are also met.Gets the value of the inventoriedResourceActivatorSet property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the inventoriedResourceActivatorSet property.

For example, to add a new item, do as follows:

    getInventoriedResourceActivatorSet().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceActivatorSetType


getExtensionPoint

public java.util.List<ExtensionPointType> getExtensionPoint()
Limit task to the designated task pane extension points. Otherwise, all. Gets the value of the extensionPoint property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extensionPoint property.

For example, to add a new item, do as follows:

    getExtensionPoint().add(newItem);
 

Objects of the following type(s) are allowed in the list ExtensionPointType


getCategory

public java.lang.String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(java.lang.String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.