|
Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfilenet.vw.api.VWWorkBasket.Column
public static class VWWorkBasket.Column
Represents a read-only, runtime column for the workbasket.
Method Summary | |
---|---|
java.lang.String |
getAuthoredName()
Gets the original name of the workbasket column. |
java.lang.String |
getName()
Gets the name of the workbasket column. |
java.lang.String |
getPrompt()
Gets the entry prompt assigned to the workbasket column. |
int |
getType()
Gets the field type assigned to the workbasket column. |
boolean |
isSortable()
Indicates whether the workbasket column can be sorted. |
java.lang.String |
toString()
Gets a String representation of the column information for the workbasket. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName() throws VWException
VWException
public java.lang.String getAuthoredName() throws VWException
VWException
public int getType() throws VWException
VWException
VWExposedFieldDefinition.getFieldType()
public boolean isSortable() throws VWException
VWException
public java.lang.String getPrompt() 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 |