Package com.redwood.scheduler.api.model
Class BusinessKeySupport
- java.lang.Object
-
- com.redwood.scheduler.api.model.BusinessKeySupport
-
public class BusinessKeySupport extends Object
-
-
Constructor Summary
Constructors Constructor Description BusinessKeySupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isBusinessKeyObject(String objectDefinitionName)
Check to see if the given ObjectDefinition is a BusinessKeyedObject
-
-
-
Method Detail
-
isBusinessKeyObject
public static boolean isBusinessKeyObject(String objectDefinitionName)
Check to see if the given ObjectDefinition is a BusinessKeyedObject- Parameters:
objectDefinitionName
-- Returns:
- boolean
-
-