Interface MetadataNameConstraint
public interface MetadataNameConstraint
Allows object types to insert an additional name constraint on objects during
upgrade. Used by
validateNameAndFolder
method.-
Method Summary
Modifier and TypeMethodDescriptionbooleanisNameValid(MetadataInterface object, String name) Returns true if name is valid for object
-
Method Details
-
isNameValid
Returns true if name is valid for object- Parameters:
object-name- - candidate name for object- Returns:
- true if name is valid for object
- Throws:
ServiceExceptionRemoteException
-