|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWWorkBasket.Filter
public static class VWWorkBasket.Filter
Represents a read-only, runtime filter for the workbasket.
Method Summary | |
---|---|
VWAttributeInfo |
getAttributeInfo()
Gets the workbasket filter attributes as paired labels (hashtable keys) and values in String format. |
java.lang.String |
getAuthoredName()
Gets the original name of the workbasket filter. |
java.lang.String |
getDescription()
|
java.lang.String |
getName()
Gets the name of the workbasket filter. |
int |
getOperator()
Gets the search field operator used for filtering. |
java.lang.String |
getPrompt()
Gets the entry prompt assigned to the workbasket filter. |
int |
getType()
Gets the field type assigned to the workbasket filter. |
java.lang.String |
toString()
Gets a String representation of the filter information for the workbasket. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getOperator() throws VWException
VWException
VWWorkBasketFilterDefinition
public java.lang.String getName() throws VWException
VWException
public java.lang.String getAuthoredName() throws VWException
VWException
public java.lang.String getPrompt() throws VWException
VWException
public java.lang.String getDescription() throws VWException
VWException
public int getType() throws VWException
VWException
VWExposedFieldDefinition.getFieldType()
public VWAttributeInfo getAttributeInfo() throws VWException
VWException
public java.lang.String toString()
toString
in class java.lang.Object
|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |