Package com.appiancorp.suiteapi.portal
Class Attribute
java.lang.Object
com.appiancorp.suiteapi.portal.Attribute
- All Implemented Interfaces:
Serializable
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final Integer
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final Integer
Deprecated.Sort by theid
propertystatic final Integer
Deprecated.Sort by thelabel
propertystatic final Integer
Deprecated.Sort by theoperatorIds
propertystatic final Integer
Deprecated.Sort by theoperatorLabels
propertystatic final Integer
Deprecated.Sort by thetype
propertystatic final Integer
Deprecated.Sort by thevalueIds
propertystatic final Integer
Deprecated.Sort by thevalueLabels
property -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
Deprecated.getLabel()
Deprecated.int[]
Deprecated.String[]
Deprecated.int
getType()
Deprecated.int[]
Deprecated.String[]
Deprecated.void
setId
(int id_) Deprecated.void
Deprecated.void
setOperatorIds
(int[] operatorIds_) Deprecated.void
setOperatorLabels
(String[] operatorLabels_) Deprecated.void
setType
(int type_) Deprecated.void
setValueIds
(int[] valueIds_) Deprecated.void
setValueLabels
(String[] valueLabels_) Deprecated.
-
Field Details
-
SORT_BY_ID
Deprecated.Sort by theid
property -
SORT_BY_LABEL
Deprecated.Sort by thelabel
property -
SORT_BY_TYPE
Deprecated.Sort by thetype
property -
SORT_BY_VALUE_IDS
Deprecated.Sort by thevalueIds
property -
SORT_BY_VALUE_LABELS
Deprecated.Sort by thevalueLabels
property -
SORT_BY_OPERATOR_IDS
Deprecated.Sort by theoperatorIds
property -
SORT_BY_OPERATOR_LABELS
Deprecated.Sort by theoperatorLabels
property -
OPERATOR_ID_EQUAL
Deprecated. -
OPERATOR_ID_GREATER_THAN
Deprecated. -
OPERATOR_ID_LESS_THAN
Deprecated. -
OPERATOR_ID_GREATER_OR_EQUAL
Deprecated. -
OPERATOR_ID_LESS_OR_EQUAL
Deprecated. -
OPERATOR_ID_NOT_EQUAL
Deprecated. -
OPERATOR_ID_CONTAINS
Deprecated. -
OPERATOR_ID_START_WITH
Deprecated. -
OPERATOR_ID_END_WITH
Deprecated. -
OPERATOR_LABEL_EQUAL
Deprecated.- See Also:
-
OPERATOR_LABEL_GREATER_THAN
Deprecated.- See Also:
-
OPERATOR_LABEL_LESS_THAN
Deprecated.- See Also:
-
OPERATOR_LABEL_GREATER_OR_EQUAL
Deprecated.- See Also:
-
OPERATOR_LABEL_LESS_OR_EQUAL
Deprecated.- See Also:
-
OPERATOR_LABEL_NOT_EQUAL
Deprecated.- See Also:
-
OPERATOR_LABEL_CONTAINS
Deprecated.- See Also:
-
OPERATOR_LABEL_START_WITH
Deprecated.- See Also:
-
OPERATOR_LABEL_END_WITH
Deprecated.- See Also:
-
-
Constructor Details
-
Attribute
public Attribute()Deprecated.
-
-
Method Details
-
setId
public void setId(int id_) Deprecated. -
getId
public int getId()Deprecated. -
setLabel
Deprecated. -
getLabel
Deprecated. -
setType
public void setType(int type_) Deprecated. -
getType
public int getType()Deprecated. -
setOperatorIds
public void setOperatorIds(int[] operatorIds_) Deprecated. -
getOperatorIds
public int[] getOperatorIds()Deprecated. -
setOperatorLabels
Deprecated. -
getOperatorLabels
Deprecated. -
setValueIds
public void setValueIds(int[] valueIds_) Deprecated. -
getValueIds
public int[] getValueIds()Deprecated. -
setValueLabels
Deprecated. -
getValueLabels
Deprecated.
-