org.alfresco.repo.forms.processor.workflow
Class DataKeyInfo
java.lang.Object
org.alfresco.repo.forms.processor.workflow.DataKeyInfo
public class DataKeyInfo
- extends java.lang.Object
Data transfer object that represents a data key.
- Since:
- 3.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
makeAssociationDataKeyInfo
public static DataKeyInfo makeAssociationDataKeyInfo(java.lang.String dataKey,
org.alfresco.service.namespace.QName qName,
boolean isAdd)
makePropertyDataKeyInfo
public static DataKeyInfo makePropertyDataKeyInfo(java.lang.String dataKey,
org.alfresco.service.namespace.QName qName)
makeTransientPropertyDataKeyInfo
public static DataKeyInfo makeTransientPropertyDataKeyInfo(java.lang.String dataKey)
makeTransientAssociationDataKeyInfo
public static DataKeyInfo makeTransientAssociationDataKeyInfo(java.lang.String dataKey,
boolean isAdd)
getFieldName
public java.lang.String getFieldName()
- Returns:
- the fieldName
getQName
public org.alfresco.service.namespace.QName getQName()
- Returns:
- the qName
getFieldType
public FieldType getFieldType()
- Returns:
- the fieldType
isAdd
public boolean isAdd()
- Returns:
- the isAdd
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.