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 Type
    Method
    Description
    boolean
    isNameValid(MetadataInterface object, String name)
    Returns true if name is valid for object
  • Method Details

    • isNameValid

      boolean isNameValid(MetadataInterface object, String name) throws ServiceException, 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
      RemoteException