|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.lang.String getTypePattern()
void setTypePattern(java.lang.String inTypePattern)
inTypePattern
- The extends-type pattern of this criteria.java.lang.String getLabelPattern()
void setLabelPattern(java.lang.String inLabelPattern)
inLabelPattern
- The label pattern of this criteria.java.lang.String getVersionPattern()
void setVersionPattern(java.lang.String inVersionPattern)
inVersionPattern
- the version pattern for this criteria.java.lang.String getPathPattern()
void setPathPattern(java.lang.String inPathPattern)
inPathPattern
- The path pattern of this criteria.Visibility getVisibilityPattern()
void setVisibilityPattern(Visibility inVisibilityPattern)
inVisibilityPattern
- The visibility pattern of this criteria.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |