com.sas.services.information.metadata
Interface MetadataNameConstraint
public interface MetadataNameConstraint
Allows object types to insert an additional name constraint on objects during
upgrade. Used by validateNameAndFolder
method.
isNameValid
boolean isNameValid(MetadataInterface object,
java.lang.String name)
throws ServiceException,
java.rmi.RemoteException
- Returns true if name is valid for object
- Parameters:
object
- name
- - candidate name for object
- Returns:
- true if name is valid for object
- Throws:
ServiceException
java.rmi.RemoteException
Copyright © 2009 SAS Institute Inc. All Rights Reserved.