|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CPAObject
The CPAObject is the central interface that is implemented by all actual CPA Object types. It is used
as parameters and return values for all lookup methods.
| Method Summary | |
|---|---|
String |
getObjectId()
|
String |
getObjectName()
|
CPAObjectType |
getObjectType()
|
String |
getStringRepresentation()
Creates a detailed String representation of the complete CPAObject. |
Object |
getValue(String name)
Returns a specific value field's data, identified by the given name (as Object). |
BinaryData |
getValueAsBinary(String name)
Returns a specific value field's data, identified by the given name (as Binary data). |
boolean |
getValueAsBoolean(String name)
Returns a specific value field's data, identified by the given name (as boolean). |
Date |
getValueAsDate(String name)
Returns a specific value field's data, identified by the given name (as Datea). |
int |
getValueAsInt(String name)
Returns a specific value field's data, identified by the given name (as int). |
Integer |
getValueAsIntObject(String name)
Returns a specific value field's data, identified by the given name (as int). |
long |
getValueAsLong(String name)
Returns a specific value field's data, identified by the given name (as long). |
Long |
getValueAsLongObject(String name)
Returns a specific value field's data, identified by the given name (as long). |
String |
getValueAsString(String name)
Returns a specific value field's data, identified by the given name (as String). |
TableData |
getValueAsTable(String name)
Returns a specific value field's data, identified by the given name (as Table data). |
Timestamp |
getValueAsTimestamp(String name)
Returns a specific value field's data, identified by the given name (as Timestamp). |
boolean |
isPassword(String name)
Checks if the given field is a password. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getObjectId()
String getObjectName()
CPAObjectType getObjectType()
Object getValue(String name)
throws CPAException
name - The name of the requested value data.
CPAException
boolean isPassword(String name)
throws CPAException
name - The name of the field to check.
CPAException
String getValueAsString(String name)
throws CPAException
name - The name of the requested value data.
CPAException
int getValueAsInt(String name)
throws CPAException
name - The name of the requested value data.
CPAException
Integer getValueAsIntObject(String name)
throws CPAException
name - The name of the requested value data.
CPAException
long getValueAsLong(String name)
throws CPAException
name - The name of the requested value data.
CPAException
Long getValueAsLongObject(String name)
throws CPAException
name - The name of the requested value data.
CPAException
boolean getValueAsBoolean(String name)
throws CPAException
name - The name of the requested value data.
CPAException
BinaryData getValueAsBinary(String name)
throws CPAException
name - The name of the requested value data.
CPAException
TableData getValueAsTable(String name)
throws CPAException
name - The name of the requested value data.
CPAException
Timestamp getValueAsTimestamp(String name)
throws CPAException
name - The name of the requested value data.
CPAException
Date getValueAsDate(String name)
throws CPAException
name - The name of the requested value data.
CPAExceptionString getStringRepresentation()
CPAObject.
CPAObject.| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.svc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.4 SP03 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||