Class RemoteHelper
java.lang.Object
fr.becpg.repo.entity.remote.extractor.RemoteHelper
RemoteHelper class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.alfresco.service.namespace.QNamegetPropName(org.alfresco.service.namespace.QName type, EntityDictionaryService dictionaryService) getPropName.static booleanisJSONValue(org.alfresco.service.namespace.QName propType) isJSONValue.
-
Constructor Details
-
RemoteHelper
private RemoteHelper()
-
-
Method Details
-
getPropName
public static org.alfresco.service.namespace.QName getPropName(org.alfresco.service.namespace.QName type, EntityDictionaryService dictionaryService) getPropName.
- Parameters:
type- aQNameobject.dictionaryService- aEntityDictionaryServiceobject.- Returns:
- a
QNameobject.
-
isJSONValue
public static boolean isJSONValue(org.alfresco.service.namespace.QName propType) isJSONValue.
- Parameters:
propType- aQNameobject.- Returns:
- a boolean.
-