| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OrganizationalContainerEntity | |
|---|---|
| com.ibm.itim.dataservices.model.domain | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model.  | 
| com.ibm.itim.dataservices.model.system | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the system specific elements of the data model.  | 
| Uses of OrganizationalContainerEntity in com.ibm.itim.dataservices.model.domain | 
|---|
| Subclasses of OrganizationalContainerEntity in com.ibm.itim.dataservices.model.domain | |
|---|---|
 class | 
AdminDomainEntity
Class that represents a admin domain in the logical organization chart within the data model.  | 
 class | 
BusinessPartnerOrgEntity
Class that represents a business partner organization in the logical organization chart within the data model.  | 
 class | 
BusinessUnitEntity
Class that represents a business unit in the logical organization chart within the data model.  | 
 class | 
DirectorySystemEntity
Class that represents the root node for the system (tenant) in the data model and holds the system (tenant) wide configuration settings.  | 
 class | 
OrganizationEntity
Class that represents an organization in the logical organization chart within the data model.  | 
| Methods in com.ibm.itim.dataservices.model.domain that return OrganizationalContainerEntity | |
|---|---|
 OrganizationalContainerEntity | 
OrganizationalContainerEntity.getParentContainer()
Returns the parent organizational container (if any).  | 
 OrganizationalContainerEntity | 
OrganizationalContainerSearch.lookup(DistinguishedName dn)
Searches for a organizational container object with the given distinguished name.  | 
 OrganizationalContainerEntity | 
OrganizationalContainerSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the organizational container for a specific URI.  | 
| Methods in com.ibm.itim.dataservices.model.domain with parameters of type OrganizationalContainerEntity | |
|---|---|
 AdminDomainEntity | 
AdminDomainFactory.create(OrganizationalContainerEntity logicalContext,
       AdminDomain domain)
Creates an admin domain in the data store with the given value object to define the admin domain's attributes.  | 
 BusinessPartnerOrgEntity | 
BusinessPartnerOrgFactory.create(OrganizationalContainerEntity logicalContext,
       BusinessPartnerOrg bpo)
Creates a business partner organization in the data store with the given value object.  | 
 BusinessUnitEntity | 
BusinessUnitFactory.create(OrganizationalContainerEntity logicalContext,
       BusinessUnit businessUnit)
Creates a business unit in the data store with the given value object to define the business unit's attributes.  | 
 DynamicRoleEntity | 
DynamicRoleFactory.create(OrganizationalContainerEntity logicalContext,
       DynamicRole role)
Creates a dynamic role in the data store with the given value object to define the dynamic role's attributes.  | 
 HostedServiceEntity | 
HostedServiceFactory.create(OrganizationalContainerEntity logicalContext,
       HostedService service)
Creates a hosted service in the data store with the given value object.  | 
 PersonEntity | 
PersonFactory.create(OrganizationalContainerEntity logicalContext,
       Person person)
Creates a person in the data store with the given value object to define the person's attributes.  | 
 RoleEntity | 
RoleFactory.create(OrganizationalContainerEntity logicalContext,
       Role role)
Creates a role in the data store with the given value object to define the role's attributes.  | 
 ServiceEntity | 
ServiceFactory.create(OrganizationalContainerEntity logicalContext,
       Service service)
Creates a service in the data store with the given value object to define the service's attributes.  | 
 void | 
PersonEntity.move(OrganizationalContainerEntity container)
"Moves" the Person into the given organizational container.  | 
 SearchResults | 
PersonSearch.searchByAlias(OrganizationalContainerEntity searchContext,
              java.lang.String alias,
              SearchParameters params)
Returns all people with the given alias.  | 
 SearchResults | 
RoleSearch.searchByFilter(OrganizationalContainerEntity searchContext,
               java.lang.String filter,
               SearchParameters params)
Searches for roles that meet the criteria defined within the given filter.  | 
 SearchResults | 
PersonSearch.searchByFilter(OrganizationalContainerEntity searchContext,
               java.lang.String filter,
               SearchParameters params)
Searches for people that meet the criteria defined within the given filter.  | 
 SearchResults | 
OrganizationalContainerSearch.searchByFilter(OrganizationalContainerEntity searchContext,
               java.lang.String filter,
               SearchParameters params)
Searches for organizational containers that meet the criteria defined within the given filter.  | 
 SearchResults | 
DynamicRoleSearch.searchByFilter(OrganizationalContainerEntity searchContext,
               java.lang.String filter,
               SearchParameters params)
Searches for dynamic roles that meet the criteria defined within the given filter.  | 
 SearchResults | 
BusinessPartnerOrgSearch.searchByFilter(OrganizationalContainerEntity searchContext,
               java.lang.String filter,
               SearchParameters params)
Searches for business partner organizations that meet the criteria defined within the given filter.  | 
 SearchResults | 
AdminDomainSearch.searchByFilter(OrganizationalContainerEntity searchContext,
               java.lang.String filter,
               SearchParameters params)
Searches for admin domains that meet the criteria defined within the given filter.  | 
 SearchResults | 
ServiceSearch.searchByFilter(OrganizationalContainerEntity searchContext,
               java.lang.String profileName,
               java.lang.String filter,
               boolean resolveProfileAlias,
               SearchParameters params)
Searches for services that meet the criteria defined within the given filter.  | 
 SearchResults | 
PersonSearch.searchByFilter(OrganizationalContainerEntity searchContext,
               java.lang.String profileName,
               java.lang.String filter,
               SearchParameters params)
Searches for people that meet the criteria defined within the given filter.  | 
 SearchResults | 
BusinessUnitSearch.searchByFilter(OrganizationalContainerEntity searchContext,
               java.lang.String profileName,
               java.lang.String filter,
               SearchParameters params)
Searches for business units that meet the criteria defined within the given filter.  | 
 ServiceEntity | 
ServiceSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the service for a specific URI.  | 
 RoleEntity | 
RoleSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the role for a specific URI.  | 
 PersonEntity | 
PersonSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the person for a specific URI.  | 
 OrganizationalContainerEntity | 
OrganizationalContainerSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the organizational container for a specific URI.  | 
 OrganizationEntity | 
OrganizationSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the organization for a specific URI.  | 
 GroupEntity | 
GroupSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the group for a specific URI.  | 
 AccountEntity | 
AccountSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the account for a specific URI.  | 
 BusinessUnitEntity | 
BusinessUnitSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the account for a specific URI.  | 
 DynamicRoleEntity | 
DynamicRoleSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find a dynamic role for a specific URI.  | 
 BusinessPartnerOrgEntity | 
BusinessPartnerOrgSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the business partner organization for a specific URI.  | 
 AdminDomainEntity | 
AdminDomainSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Finds the administrative domain for a specific URI.  | 
| Uses of OrganizationalContainerEntity in com.ibm.itim.dataservices.model.system | 
|---|
| Methods in com.ibm.itim.dataservices.model.system with parameters of type OrganizationalContainerEntity | |
|---|---|
 SystemRoleEntity | 
SystemRoleFactory.create(OrganizationalContainerEntity logicalContext,
       SystemRole role)
Creates a system role in the data store with the given value object to define the role's attributes.  | 
 SearchResults | 
SystemRoleSearch.searchByCategory(OrganizationalContainerEntity searchContext,
                 int category,
                 SearchParameters params)
Retrieves all system roles within the given category.  | 
 SearchResults | 
SystemRoleSearch.searchByFilter(OrganizationalContainerEntity searchContext,
               java.lang.String filter,
               SearchParameters params)
Searches for system roles that meet the criteria defined within the given filter.  | 
 SystemUserEntity | 
SystemUserSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the system user for a specific URI.  | 
 SystemRoleEntity | 
SystemRoleSearch.searchByURI(OrganizationalContainerEntity searchContext,
            java.lang.String uri)
Find the system role for a specific URI.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||