Class DataKeyInfo
java.lang.Object
org.alfresco.repo.forms.processor.workflow.DataKeyInfo
Data transfer object that represents a data key.
- Since:
- 3.4
- Author:
- Nick Smith
-
Method Summary
Modifier and TypeMethodDescriptiongetQName()booleanisAdd()static DataKeyInfomakeAssociationDataKeyInfo(String dataKey, QName qName, boolean isAdd) static DataKeyInfomakePropertyDataKeyInfo(String dataKey, QName qName) static DataKeyInfomakeTransientAssociationDataKeyInfo(String dataKey, boolean isAdd) static DataKeyInfomakeTransientPropertyDataKeyInfo(String dataKey)
-
Method Details
-
makeAssociationDataKeyInfo
-
makePropertyDataKeyInfo
-
makeTransientPropertyDataKeyInfo
-
makeTransientAssociationDataKeyInfo
-
getFieldName
- Returns:
- the fieldName
-
getQName
- Returns:
- the qName
-
getFieldType
- Returns:
- the fieldType
-
isAdd
public boolean isAdd()- Returns:
- the isAdd
-