com.ibm.itim.dataservices.model.domain
Interface IServiceEntity

All Known Implementing Classes:
ServiceEntityBridge

public interface IServiceEntity


Field Summary
static java.lang.String NAME
           
 
Method Summary
 ServiceEntity create(ObjectProfile profile, Service service)
          Create a ServiceEntity object for this Service.
 ServiceEntity create(Service serviceObject)
          Create a ServiceEntity object for this Service.
 

Field Detail

NAME

static final java.lang.String NAME
See Also:
Constant Field Values
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.


IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.