WS.Decision.getDomainPathsForProperty()
Signature
String[] getDomainPathsForProperty(Object allPropertiesObject, String propertyName, String scsIntegrationType, String repoRootURL, String projectName)
Description
Returns array of Domain Paths for the Concept/Event property.
Parameters
Name | Type | Description |
allPropertiesObject | Object | All properties of Concept/Event. |
propertyName | String | Name of the Concept/Event Property. |
scsIntegrationType | String | SCS Integration Impl type. |
repoRootURL | String | SCS Repository URL. |
projectName | String | Project Name. |
Returns
Type | Description |
Object | New ArrayList to populate entity properties. |