Class MyProfileInstance


public class MyProfileInstance extends OMVSServiceInstance
MyProfileInstance caches references to the objects it needs for a specific server. It is also responsible for registering itself in the instance map.
  • Constructor Details

    • MyProfileInstance

      public MyProfileInstance(String serverName, AuditLog auditLog, String localServerUserId, int maxPageSize, String remoteServerName, String remoteServerURL) throws InvalidParameterException
      Set up theMy Profile OMVS instance
      Parameters:
      serverName - name of this server
      auditLog - logging destination
      localServerUserId - userId used for server initiated actions
      maxPageSize - maximum page size
      remoteServerName - remote server name
      remoteServerURL - remote server URL
      Throws:
      InvalidParameterException - problem with server name or platform URL
  • Method Details

    • getOrganizationManagement

      public OrganizationManagement getOrganizationManagement()
      Return the organization management client. This client is from Community Profile OMAS and is for maintaining information .
      Returns:
      client
    • getToDoActionManagement

      public ToDoActionManagement getToDoActionManagement()
      Return the to do management client. This client is from Community Profile OMAS and is for maintaining information .
      Returns:
      client