public class Employee extends Object
Inside the script, an instance of this class, containing the data of the Employee that the script will be run on, will be provided automatically and can be accessed as a variable named employee
| Constructor and Description |
|---|
Employee() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getEmployeeDataAttributeValue(String attributeURI)
To get the value of a Employee data attribute by attribute URI.
|
String |
getEmployeeRelationAttributeErpId(String attributeURI)
To get the ERPID of a Employee relation attribute by attribute URI.
|
String |
getEmployeeRelationAttributeObjectId(String attributeURI)
To get the object Id of a Employee relation attribute by attribute URI.
|
String |
getEmployeeRelationAttributeObjectName(String attributeURI)
To get the object name of a Employee relation attribute by attribute URI.
|
String |
getEmployeeRelationAttributeURI(String attributeURI)
To get the URI of a Employee relation attribute by attribute URI.
|
String |
getEmployeeURI()
Retrieves the URI of this Employee
|
public Object getEmployeeDataAttributeValue(String attributeURI) throws IMCException
attributeURI - as String. The URI of the Employee data attribute.IMCExceptionpublic String getEmployeeRelationAttributeErpId(String attributeURI) throws IMCException
attributeURI - as String. The URI of the Employee relation
attribute.IMCExceptionpublic String getEmployeeRelationAttributeObjectId(String attributeURI) throws IMCException
attributeURI - as String. The URI of the Employee relation
attribute.IMCExceptionpublic String getEmployeeRelationAttributeObjectName(String attributeURI) throws IMCException
attributeURI - as String. The URI of the Employee relation
attribute.IMCExceptionpublic String getEmployeeRelationAttributeURI(String attributeURI) throws IMCException
attributeURI - as String. The URI of the Employee relation
attribute.IMCExceptionpublic String getEmployeeURI()