com.sun.n1.sps.model.bundle
Interface ComponentCriteria


public interface ComponentCriteria

The component search criteria.


Method Summary
 java.lang.String getLabelPattern()
          Returns the label pattern of this criteria object
 java.lang.String getPathPattern()
          Returns the path pattern of this criteria object
 java.lang.String getTypePattern()
          Returns the extends-type pattern of this criteria object
 java.lang.String getVersionPattern()
          Returns the version pattern of this criteria object
 Visibility getVisibilityPattern()
          Returns the visibility pattern of this criteria object
 void setLabelPattern(java.lang.String inLabelPattern)
          Sets the label pattern of this criteria object
 void setPathPattern(java.lang.String inPathPattern)
          Sets the path pattern of this criteria object
 void setTypePattern(java.lang.String inTypePattern)
          Sets the extends-type pattern of this criteria object
 void setVersionPattern(java.lang.String inVersionPattern)
          Sets the version pattern of this criteria object
 void setVisibilityPattern(Visibility inVisibilityPattern)
          Sets the visibility pattern of this criteria object
 
Methods inherited from interface com.sun.n1.sps.model.bundle.SearchCriteria
getDescriptionPattern, getNamePattern, setDescriptionPattern, setNamePattern
 

Method Detail

getTypePattern

java.lang.String getTypePattern()
Returns the extends-type pattern of this criteria object

Returns:
The extends-type pattern of this criteria.

setTypePattern

void setTypePattern(java.lang.String inTypePattern)
Sets the extends-type pattern of this criteria object

Parameters:
inTypePattern - The extends-type pattern of this criteria.

getLabelPattern

java.lang.String getLabelPattern()
Returns the label pattern of this criteria object

Returns:
The label pattern of this criteria.

setLabelPattern

void setLabelPattern(java.lang.String inLabelPattern)
Sets the label pattern of this criteria object

Parameters:
inLabelPattern - The label pattern of this criteria.

getVersionPattern

java.lang.String getVersionPattern()
Returns the version pattern of this criteria object

Returns:
The version pattern of this criteria.

setVersionPattern

void setVersionPattern(java.lang.String inVersionPattern)
Sets the version pattern of this criteria object

Parameters:
inVersionPattern - the version pattern for this criteria.

getPathPattern

java.lang.String getPathPattern()
Returns the path pattern of this criteria object

Returns:
The path pattern of this criteria.

setPathPattern

void setPathPattern(java.lang.String inPathPattern)
Sets the path pattern of this criteria object

Parameters:
inPathPattern - The path pattern of this criteria.

getVisibilityPattern

Visibility getVisibilityPattern()
Returns the visibility pattern of this criteria object

Returns:
The visibility pattern of this criteria.

setVisibilityPattern

void setVisibilityPattern(Visibility inVisibilityPattern)
Sets the visibility pattern of this criteria object

Parameters:
inVisibilityPattern - The visibility pattern of this criteria.