com.ibm.itim.dataservices.model.domain

Interface IServiceEntity



  • public interface IServiceEntity
    • Method Detail

      • create

        ServiceEntity create(Service serviceObject)
        Create a ServiceEntity object for this Service. Used to ensure that the correct type of Entity (ServiceEntity or HostedServiceEntity) is created.
        Returns:
        ServiceEntity object and HostedServiceEntity if the service is a hosted service.
      • create

        ServiceEntity create(ObjectProfile profile,
                             Service service)
        Create a ServiceEntity object for this Service. Used to ensure that the correct type of Entity (ServiceEntity or HostedServiceEntity) is created.
        Parameters:
        profile - Profile identifying the type of this service (e.g., NT, Exchange).
        Returns:
        ServiceEntity object and HostedServiceEntity if the service is a hosted service.