Uses of Class
ibi.broker.api.data.CasterException

Packages that use CasterException
ibi.broker.api   
ibi.broker.api.cci   
ibi.broker.api.data.dslog   
ibi.broker.api.data.library   
ibi.broker.api.data.libraryaccess   
ibi.broker.api.data.user   
ibi.broker.api.ws   
 

Uses of CasterException in ibi.broker.api
 

Methods in ibi.broker.api that throw CasterException
 int CasterManagedConnectionFactory.getServerStatus()
           
 

Uses of CasterException in ibi.broker.api.cci
 

Methods in ibi.broker.api.cci that throw CasterException
 void LibraryAccessManager.addAccessElement(java.lang.String accessBookName, AccessElement accessElement)
           
 void AddressBookManager.addAddressBook(AddrBook addrBook)
          Creates an Address Book in the ReportCaster Repository.
 void AddressBookManager.addDestinationElement(java.lang.String bookName, DestinationElement destinationElement)
          Adds a DestinationElement to the Address Book specified by bookName.
 void UserManager.addExecId(ExecId execId)
           
 void UserManager.addGroup(Group group)
          Adds group information, as encapsulated in the specified Group object, to the underlying repository.
 void LibraryAccessManager.addLibraryAccessBook(LibraryAccessBook accessBook)
           
 java.lang.String ScheduleManager.addSchedule(Schedule schedule)
          Takes a Schedule object and adds it to the ReportCaster repository.
 void UserManager.addUser(User user)
          Adds the properties of a specified ReportCaster user, as contained in the passed User object, to the underlying database or repository.
 void UserManager.addUserInToGroup(java.lang.String groupName, java.lang.String userName)
          Adds a userName to an existing group in the underlying repository, as identified by its group name.
 void LibraryContentManager.addWatchItem(WatchItem watchItem)
           
 void ConsoleManager.changeJobPriority(java.lang.String jobId, int priority)
          Given a job id, which uniquely identifies a job, and an integer of 1 thru 5 representing a priority, changes the order of execution of the specified Distribution Server job to the new priority.
 Schedule ScheduleManager.createScheduleInstance(int intervalType, java.lang.String distributionType, int taskType)
          Creates a new Schedule object with specified integer constant values for IntervalType, distributionType, and taskType.
 Schedule ScheduleManager.createScheduleInstanceDefault()
          Creates a new Schedule object with default schedule property values.
 int LibraryAccessManager.deleteAccessElement(java.lang.String accessBookName, AccessElement accessElement)
           
 void AddressBookManager.deleteAddressBook(java.lang.String bookName)
          Deletes the Address Book specified by bookName.
 void LibraryContentManager.deleteContent(java.lang.String contentId)
          Deletes the content description and all associated report versions from the ReportCaster Repository.
 void LibraryContentManager.deleteContentByScheduleId(java.lang.String scheduleId, java.lang.String burstValue)
           
 void AddressBookManager.deleteDestinationElement(java.lang.String bookName, DestinationElement destinationElement)
          Deletes a DestinationElement from the Address Book specified by bookName.
 int UserManager.deleteExecId(ExecId execId)
           
 int UserManager.deleteGroup(java.lang.String groupName)
          Deletes group information, as encapsulated in the specified Group object, from the underlying repository.
 void LibraryAccessManager.deleteLibraryAccessBook(java.lang.String accessBookName)
           
 void LogManager.deleteLogByJobId(java.lang.String jobId)
          Deletes a specific log record as identified by its unique job ID from the underlying repository.
 int LogManager.deleteLogList(java.util.Calendar startTime, java.util.Calendar endTime)
          Deletes the log records from the underlying repository pertaining to all schedules which were run between a specified time interval delineated by startTime and endTime.
 int LogManager.deleteLogListByOwner(java.lang.String owner, java.util.Calendar startTime, java.util.Calendar endTime)
          Deletes the log records from the underlying repository pertaining to all schedules owned by the specified user, and which were run between a specified time interval delineated by startTime and endTime.
 void LogManager.deleteLogListByScheduleId(java.lang.String scheduleId)
          Deletes log records from the underlying ReportCaster repository associated with a specified schedule as identified by the passed scheduleId.
 void LogManager.deleteLogListByScheduleIdByCalendar(java.lang.String scheduleId, java.util.Calendar startTime, java.util.Calendar endTime)
          Deletes the log records from the underlying repository pertaining to a specific scheduleID and to only those log jobs which were run between a specified time interval, delineated by startTime and endTime.
 int ConsoleManager.deleteRunningJobsFromDS(java.lang.Object[] arJobId)
           
 void ScheduleManager.deleteSchedule(java.lang.String scheduleId)
          Deletes the schedule as identified by its unique schedule identifier from the ReportCaster repository.
 int UserManager.deleteUser(java.lang.String userName, int deleteType)
          Deletes the specified user, identified by the passed username, from the underlying database or repository using one of the three provided deletion methods.
 int UserManager.deleteUserFromGroup(java.lang.String groupName, java.lang.String userName)
          Deletes a user as identified by its ReportCaster userName from the specified groupName.
 void LibraryContentManager.deleteVersion(java.lang.String versionId)
          Deletes the version of this report from the underlying report library database.
 void LibraryContentManager.deleteWatchItem(WatchItem watchItem)
           
 Category[] LibraryContentManager.getAccessibleCategoryInfoList(java.lang.String owner)
          Returns a Category list which can be accessible by the user owner.
 Category[] LibraryContentManager.getAccessibleCategoryInfoList(java.lang.String owner, java.lang.String domainId, java.lang.String reportId)
           
 Category[] LibraryContentManager.getAccessibleCategoryInfoListByCaller()
          Retrieves an array of Category objects that are accessible to the authenticated user.
 Content LibraryContentManager.getAccessibleContentInfo(java.lang.String contentId)
          Retrieves a Content object as identified by the contentId.
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String owner, Category category)
          Retrieves value of the designated category as a Content[] object without versionList.
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String owner, Category category, boolean isVersionList)
           
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String domainId, java.lang.String reportId)
          Retrieves value of the designated report as a Content[] object without versionList.
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String domainId, java.lang.String reportId, boolean isVersionList)
           
 Content[] LibraryContentManager.getAccessibleContentInfoList(java.lang.String domainId, java.lang.String reportId, java.lang.String categoryName, boolean isVersionList)
           
 Content[] LibraryContentManager.getAccessibleContentInfoListByCaller(Category category)
          Retrieves an array of all Content objects accessible by the authenticated user and associated with the given Category.
 java.lang.String[] LibraryContentManager.getAccessibleReportList(java.lang.String domainId, java.lang.String folderId)
          Returns all accessible Standard Report and My Report file names in ReportLibrary with the given Managed Reporting Domain HREF and Folder HREF for the authenticated user.
 java.io.InputStream LibraryContentManager.getAccessibleVersion(java.lang.String versionId)
          Returns an InputStream containing the report identified by the versionId.
 Version LibraryContentManager.getAccessibleVersionInfo(java.lang.String versionId)
          Retrieves a Version object as identified by the versionId.
 AddrBook AddressBookManager.getAddressBook(java.lang.String bookName)
          Returns an AddrBook object specified by bookName.
 AddrBook[] AddressBookManager.getAddressBookPrivateList(java.lang.String method)
           
 AddrBook[] AddressBookManager.getAddressBookPrivateListByCaller(java.lang.String method)
          Returns an Array of PRIVATE AddrBook objects for both the given distribution method and the caller who has authenticated.
 AddrBook[] AddressBookManager.getAddressBookPrivateListByOwner(java.lang.String owner, java.lang.String method)
          Returns an Array of PRIVATE AddrBook objects for a given distribution method and the specified owner of the AddrBooks.
 AddrBook AddressBookManager.getAddressBookProperty(java.lang.String bookName)
          Returns an AddrBook object specified by bookName.
 AddrBook[] AddressBookManager.getAddressBookPublicList(java.lang.String method)
          Returns an Array of PUBLIC AddrBook objects for a given distribution method.
 AddrBook[] AddressBookManager.getAddressBookPublicListByCaller(java.lang.String method)
          Returns an Array of PUBLIC AddrBook objects for a given distribution method and the caller who has authenticated.
 AddrBook[] AddressBookManager.getAddressBookPublicListByOwner(java.lang.String owner, java.lang.String method)
          Returns an Array of PUBLIC AddrBook objects for a given distribution method and the specified owner of the Address Books.
 AmperParameter[] ScheduleManager.getAmperParameterList(Task task)
          Deprecated. 
 AmperParameter[] ScheduleManager.getAmperParameterList(Task task, java.lang.String owner)
          Obtains an Array of AmperParameter objects that are associated with a scheduled task.
 ibi.broker.api.data.preference.application.ApplicationPreference[] ConfigManager.getApplicationPreferenceList()
           
 ibi.broker.api.data.config.BlackoutDateList ConfigManager.getBlackoutDateList(java.lang.String ownerName)
           
 Category[] LibraryContentManager.getCategoryInfoList()
          Retrieves an array of Category objects.
 Category[] LibraryContentManager.getCategoryInfoListByOwner(java.lang.String owner)
          Retrieves an array of Category objects associated with a given ReportCaster user.
 Content LibraryContentManager.getContent(java.lang.String contentId)
          Retrieves the Content object as identified by the contentId key field.
 java.lang.String LibraryContentManager.getContentId(java.lang.String owner, java.lang.String contentDescription)
          Obtains the content identifier associated with a designated owner and a given content description string.
 Content[] LibraryContentManager.getContentInfoList(Category category)
          Retrieves an array of Content objects associated with the given Category.
 Content[] LibraryContentManager.getContentInfoList(Category category, boolean isVersionList)
           
 Content[] LibraryContentManager.getContentInfoListByCaller(Category category)
          Retrieves an array of Content objects identified with the given Category and owned by the current authenticated user.
 Content[] LibraryContentManager.getContentInfoListByOwner(java.lang.String owner, Category category)
          Retrieves an array of Content objects owned by the specified ReportCaster userid within the specified Category.
 ExecId[] UserManager.getExecIdListByServerByOwner(java.lang.String serverName, User owner, java.lang.String type)
           
 ibi.broker.api.data.config.BlackoutDateList ConfigManager.getGlobalBlackoutDateList()
           
 Group UserManager.getGroup(java.lang.String groupName)
          Retrieves a Group object as identified by its groupName from the underlying database orrepository.
 Group[] UserManager.getGroupList()
          Retrieves an array of Group objects representing a list of all groups to which the current user belongs.
 Group[] UserManager.getGroupListByUserName(java.lang.String userName)
           
 java.lang.String[] UserManager.getGroupNameListByUser(java.lang.String userName)
          Retrieves a string array representing a list of all group names where a specific ReportCaster user belongs to or is a member of these group names.
 ibi.broker.scheduler.SCHLogRecords ConsoleManager.getInMemoryLogWithJobNumber(java.lang.String jobNum, java.lang.String serverId)
           
 ibi.broker.system.monitor.Stack ConsoleManager.getJobCounterStack(java.lang.String serverName)
           
 Job[] ConsoleManager.getJobsInQueue()
          Retrieves an Array of all Jobs that are currently on queue to run on the Distribution Server.
 Job[] ConsoleManager.getJobsInQueueByOwner(java.lang.String owner)
          Retrieves an Array of Jobs having a specified owner that are currently on queue to run on the Distribution Server.
 Job[] ConsoleManager.getJobsInQueueByOwnerByServer(java.lang.String owner, java.lang.String serverId)
           
 JobStatus ConsoleManager.getJobStatus(java.lang.String jobId)
           
 ibi.broker.system.monitor.JobStatusStack ConsoleManager.getJobStatusStack(java.lang.String serverName)
           
 DsLog LogManager.getLastLogByScheduleId(java.lang.String scheduleId)
          Retrieves a DsLog object, the components of which are taken from the ReportCaster repository as identified by the specified scheduleId (see Schedule.getId()).
 Content LibraryContentManager.getLatestAccessibleContent(Schedule schedule)
          Obtains the Content object that has latest version data and is accessible to the authenticated user and associated with the given Schedule object.
 LibraryAccessBook LibraryAccessManager.getLibraryAccessBook(java.lang.String accessBookName)
           
 LibraryAccessBook[] LibraryAccessManager.getLibraryAccessBookInfoList()
           
 LibraryAccessBook[] LibraryAccessManager.getLibraryAccessBookInfoListByOwner(java.lang.String owner)
           
 DsLog LogManager.getLogByJobId(java.lang.String jobId)
          Retrieves a DsLog object, the components of which are taken from the underlying ReportCaster repository as identified by the specified jobId.
 DsLog[] LogManager.getLogInfoListByOwner(java.lang.String owner)
          Retrieves an Array of partially setDslog objects for a specified owner (ie, logs of all schedule runs for a designated owner).
 DsLog[] LogManager.getLogInfoListByOwnerByCalendar(java.lang.String owner, java.util.Calendar startTime, java.util.Calendar endTime)
          Retrieves an Array of partially set Dslog objects with a specified owner (ie, logs of all schedule runs for a designated owner), where the jobs were run during a specified time interval (delineated by startTime and endTime).
 DsLog[] LogManager.getLogInfoListByScheduleId(java.lang.String scheduleId)
          Retrieves an Array of partially set Dslog objects for a specified scheduleId (ie, logs for all the runs of a designated schedule).
 DsLog[] LogManager.getLogListByScheduleId(java.lang.String scheduleId)
           
 ibi.broker.ui.data.config.general.DistributionServerNode[] ConsoleManager.getNodeList()
           
 java.lang.String[] AddressBookManager.getOwnerList()
          Retrieves the Address Book owner list as a String Array from the ReportCaster Repository.
 java.lang.String[] LibraryAccessManager.getOwnerList()
           
 java.lang.String[] LibraryContentManager.getOwnerList()
          Returns a list of library report owners.
 java.lang.String[] LogManager.getOwnerList()
          Retrieves a String Array representing the schedule owner list from the ReportCaster repository.
 java.lang.String[] ScheduleManager.getOwnerList()
          Retrieves a String Array representing the list of schedule owners from ReportCaster repository.
 java.lang.String[] AddressBookManager.getOwnerList(java.lang.String method, java.lang.String access)
           
 Job[] ConsoleManager.getRunningJobs()
          Retrieves an array of all Jobs that are currently running on the Distribution Server.
 Job[] ConsoleManager.getRunningJobsByOwner(java.lang.String owner)
          Retrieves an array of all Jobs that are currently running on the Distribution Server which belong to a specified owner.
 Job[] ConsoleManager.getRunningJobsByOwnerByServer(java.lang.String owner, java.lang.String serverId)
           
 Schedule ScheduleManager.getSchedule(java.lang.String scheduleId)
          Retrieves an existing schedule from the ReportCaster repository based on a given schedule identifier.
 java.lang.String ScheduleManager.getScheduleId(java.lang.String owner, java.lang.String scheduleDescription)
          Retrieves the unique schedule identifier from the ReportCaster repository based on specifying the schedule description (see Schedule.getDescription()) and owner.
 Schedule[] ScheduleManager.getScheduleInfoList(java.lang.String[] scheduleId)
           
 Schedule[] ScheduleManager.getScheduleInfoList(java.lang.String owner, java.lang.String method, java.lang.String priority, java.lang.String active, java.util.Calendar startDate, java.util.Calendar endDate)
           
 Schedule[] ScheduleManager.getScheduleInfoListByCaller()
          Retrieves an array of Schedule objects from the ReportCaster repository that are owned by the current logon user (or API caller).
 Schedule[] ScheduleManager.getScheduleInfoListByOwner(java.lang.String owner)
          Retrieves an array of Schedule objects from the ReportCaster repository that belong to a specified owner.
 Schedule[] ScheduleManager.getScheduleList(java.lang.String[] scheduleId)
           
 ibi.broker.api.data.preference.schedule.SchedulePreference[] ConfigManager.getSchedulePreferenceList()
           
 User UserManager.getUserByName(java.lang.String userName)
          Retrieves a User object based upon the specified ReportCaster username.
 User[] UserManager.getUserList()
          Retrieves an array of User objects.
 User[] UserManager.getUserList(java.lang.String capability)
           
 java.lang.String[] UserManager.getUserNameListByGroup(java.lang.String groupName)
          Obtains a string array of usernames that belong to a specified Group as identified by its groupName.
 java.lang.String[] UserManager.getUserNameListByGroup(java.lang.String groupName, java.lang.String capability)
           
 Version LibraryContentManager.getVersion(java.lang.String versionId)
          Retrieves the Version object as identified by the versionId key field.
 Content[] LibraryContentManager.getWatchContentInfoList(java.lang.String user)
           
 WatchItem[] LibraryContentManager.getWatchList(java.lang.String userId, java.lang.String contentId)
           
 java.lang.String[] LibraryContentManager.getWatchOwnerList()
           
 boolean LibraryContentManager.isContentAccessible(java.lang.String userId, java.lang.String contentId)
          Returns the IDs for which a schedule is accessible.
 boolean UserManager.isExecId(ExecId execId)
           
 int ConsoleManager.removeJobFromManagerQueue(java.lang.String jobId)
           
 int ConsoleManager.removeJobFromQueue(java.lang.String jobId)
          Provided with a specified job ID, which uniquely identifies a Job, removes the job from ReportCaster's Distribution Server queue.
 boolean ConsoleManager.resumeDistributionServer()
           
 java.lang.String ScheduleManager.run(Schedule schedule)
          After a Schedule object has been created and its properties populated with data, this method immediately submits the schedule to the ReportCaster Distribution Server, which runs the schedule.
 java.lang.String ScheduleManager.run(Schedule schedule, JobOptions jobOptions)
          After a Schedule object has been created and its properties populated with data, this method immediately submits the schedule to the ReportCaster Distribution Server with a JobListener class name, which runs the schedule.
 java.lang.String ScheduleManager.run(java.lang.String[] idList, JobOptions jobOptions)
           
 boolean ConsoleManager.suspendDistributionServer()
           
 java.lang.String UserManager.testExecIdCredential(ExecId execId)
           
 void AddressBookManager.updateAddressBook(AddrBook addrBook)
          Updates an Address Book's properties, deletes all existing distribution lists and inserts the new ones, which are represented by the DestinationElement Array stored in AddrBook.
 void AddressBookManager.updateAddressBookProperty(AddrBook addrBook)
          Address Book's properties in the ReportCaster Repository.
 void ConfigManager.updateBlackoutDateList(ibi.broker.api.data.config.BlackoutDate[] list, java.lang.String ownerId)
           
 void UserManager.updateExecId(ExecId execId)
           
 void ConfigManager.updateGlobalBlackoutDateList(ibi.broker.api.data.config.BlackoutDate[] list)
           
 void UserManager.updateGroup(Group group)
          After modifying properties contained in the Group object (except for the group name), updates the corresponding group data in the underlying repository.
 void UserManager.updateGroupWithUser(Group group, java.lang.String[] userNameList)
          Updates a given Group with a String Array of user names representing the list of usernames belonging to the group.
 void LibraryAccessManager.updateLibraryAccessBook(LibraryAccessBook accessBook)
           
 void ScheduleManager.updateSchedule(Schedule schedule)
          Updates a Schedule object which already exists in the ReportCaster repository.
 void UserManager.updateUser(User user)
          Updates a user's property information in the underlying repository.
 void UserManager.updateUserInfoProperties(User user)
          Allows an authenticated user to change limited properties belonging to him in the underlying repository.
 void ConfigManager.writeApplicationPreferenceList(ibi.broker.api.data.preference.application.ApplicationPreference[] list)
           
 void ConfigManager.writeSchedulePreferenceList(ibi.broker.api.data.preference.schedule.SchedulePreference[] list)
           
 

Uses of CasterException in ibi.broker.api.data.dslog
 

Methods in ibi.broker.api.data.dslog that throw CasterException
 void DsLog.validate(java.lang.String parentName)
          This method is used by the Distribution Server to validate certain field values before saving them to the repository, and should not be called under any circumstances by a ReportCaster API user.
 void DsLogElement.validate(java.lang.String parentName)
          This method is used by the Distribution Server to validate certain field values before saving them to the repository, and should not be called under any circumstances by a ReportCaster API user.
 

Uses of CasterException in ibi.broker.api.data.library
 

Methods in ibi.broker.api.data.library that throw CasterException
 void Category.validate(java.lang.String parentName)
          Assists in validating arguments
 void Content.validate(java.lang.String parentName)
          Assists in validating arguments
 void Version.validate(java.lang.String parentName)
          Assists in validating arguments
 

Uses of CasterException in ibi.broker.api.data.libraryaccess
 

Methods in ibi.broker.api.data.libraryaccess that throw CasterException
 void AccessElement.validate(java.lang.String parentName)
          Verifies that an AccessElement String is valid.
 void LibraryAccessBook.validate(java.lang.String parentName)
          Verifies that a LibraryAccessBook String is valid.
 

Uses of CasterException in ibi.broker.api.data.user
 

Methods in ibi.broker.api.data.user that throw CasterException
 void Group.validate(java.lang.String parentName)
          Assists in validating arguments
 void User.validate(java.lang.String parentName)
          Assists in validating arguments
 

Uses of CasterException in ibi.broker.api.ws
 

Methods in ibi.broker.api.ws that throw CasterException
 void LibraryAccessManagerClientSF.addAccessElement(java.lang.String accessBookName, AccessElement accessElement)
           
 void AddressBookManagerClientSF.addAddressBook(AddrBook addrBook)
           
 TimeInfo ScheduleManagerClientSF.addCustomInterval(TimeInfo timeInfo)
           
 void AddressBookManagerClientSF.addDestinationElement(java.lang.String bookName, DestinationElement destinationElement)
           
 void UserManagerClientSF.addExecId(ExecId execId)
           
 void UserManagerClientSF.addGroup(Group group)
           
 void LibraryAccessManagerClientSF.addLibraryAccessBook(LibraryAccessBook accessList)
           
 java.lang.String ScheduleManagerClientSF.addSchedule(Schedule schedule)
           
 void UserManagerClientSF.addUser(User user)
           
 void UserManagerClientSF.addUserInToGroup(java.lang.String groupName, java.lang.String userName)
           
 Schedule ScheduleManagerClientSF.createScheduleInstance(int intervalType, java.lang.String methodCode, int taskType)
           
 Schedule ScheduleManagerClientSF.createScheduleInstanceDefault()
           
 int LibraryAccessManagerClientSF.deleteAccessElement(java.lang.String accessBookName, AccessElement accessElement)
           
 void AddressBookManagerClientSF.deleteAddressBook(java.lang.String bookName)
           
 void LibraryContentManagerClientSF.deleteContent(java.lang.String contentId)
           
 void AddressBookManagerClientSF.deleteDestinationElement(java.lang.String bookName, DestinationElement destinationElement)
           
 int UserManagerClientSF.deleteExecId(ExecId execId)
           
 int UserManagerClientSF.deleteGroup(java.lang.String groupName)
           
 void LibraryAccessManagerClientSF.deleteLibraryAccessBook(java.lang.String accessListName)
           
 void LogManagerClientSF.deleteLogByJobId(java.lang.String jobId)
           
 int LogManagerClientSF.deleteLogList(java.util.Calendar startTime, java.util.Calendar endTime)
           
 int LogManagerClientSF.deleteLogListByOwner(java.lang.String owner, java.util.Calendar startTime, java.util.Calendar endTime)
           
 void LogManagerClientSF.deleteLogListByScheduleId(java.lang.String scheduleId)
           
 void LogManagerClientSF.deleteLogListByScheduleIdByCalendar(java.lang.String scheduleId, java.util.Calendar startTime, java.util.Calendar endTime)
           
 void ScheduleManagerClientSF.deleteSchedule(java.lang.String scheduleId)
           
 int UserManagerClientSF.deleteUser(java.lang.String userName, int deleteType)
           
 int UserManagerClientSF.deleteUserFromGroup(java.lang.String groupName, java.lang.String userName)
           
 void LibraryContentManagerClientSF.deleteVersion(java.lang.String versionId)
           
 void LibraryContentManagerClientSF.deleteWatchItem(WatchItem watchItem)
           
 Category[] LibraryContentManagerClientSF.getAccessibleCategoryInfoList(java.lang.String owner)
           
 Category[] LibraryContentManagerClientSF.getAccessibleCategoryInfoListByCaller()
           
 Content LibraryContentManagerClientSF.getAccessibleContentInfo(java.lang.String contentId)
           
 Content[] LibraryContentManagerClientSF.getAccessibleContentInfoList(java.lang.String owner, Category category)
           
 Content[] LibraryContentManagerClientSF.getAccessibleContentInfoListByCaller(Category category)
           
 java.io.InputStream LibraryContentManagerClientSF.getAccessibleVersion(java.lang.String versionId)
           
 Version LibraryContentManagerClientSF.getAccessibleVersionInfo(java.lang.String versionId)
           
 AddrBook AddressBookManagerClientSF.getAddressBook(java.lang.String bookName)
           
 AddrBook[] AddressBookManagerClientSF.getAddressBookPrivateList(java.lang.String method)
           
 AddrBook[] AddressBookManagerClientSF.getAddressBookPrivateListByCaller(java.lang.String method)
           
 AddrBook[] AddressBookManagerClientSF.getAddressBookPrivateListByOwner(java.lang.String owner, java.lang.String method)
           
 AddrBook AddressBookManagerClientSF.getAddressBookProperty(java.lang.String bookName)
           
 AddrBook[] AddressBookManagerClientSF.getAddressBookPublicList(java.lang.String method)
           
 AddrBook[] AddressBookManagerClientSF.getAddressBookPublicListByCaller(java.lang.String method)
           
 AddrBook[] AddressBookManagerClientSF.getAddressBookPublicListByOwner(java.lang.String owner, java.lang.String method)
           
 AmperParameter[] ScheduleManagerClientSF.getAmperParameterList(Task task)
           
 AmperParameter[] ScheduleManagerClientSF.getAmperParameterList(Task task, java.lang.String owner)
           
 Category[] LibraryContentManagerClientSF.getCategoryInfoList()
           
 Category[] LibraryContentManagerClientSF.getCategoryInfoListByOwner(java.lang.String owner)
           
 Content LibraryContentManagerClientSF.getContent(java.lang.String contentId)
           
 java.lang.String LibraryContentManagerClientSF.getContentId(java.lang.String owner, java.lang.String contentDescription)
           
 Content[] LibraryContentManagerClientSF.getContentInfoList(Category category)
           
 Content[] LibraryContentManagerClientSF.getContentInfoListByCaller(Category category)
           
 Content[] LibraryContentManagerClientSF.getContentInfoListByOwner(java.lang.String owner, Category category)
           
 ExecId[] UserManagerClientSF.getExecIdInfoList(java.lang.String user)
           
 ExecId[] UserManagerClientSF.getExecIdListByServerByOwner(java.lang.String serverName, User owner, java.lang.String type)
           
 java.lang.String[] UserManagerClientSF.getExecIdOwnerList()
           
 Group UserManagerClientSF.getGroup(java.lang.String groupName)
           
 Group[] UserManagerClientSF.getGroupList()
           
 Group[] UserManagerClientSF.getGroupListByUserName(java.lang.String userName)
           
 java.lang.String[] UserManagerClientSF.getGroupNameListByUser(java.lang.String userName)
           
 Job[] ConsoleManagerClientSF.getJobsInQueue()
           
 DsLog LogManagerClientSF.getLastLogByScheduleId(java.lang.String scheduleId)
           
 Content LibraryContentManagerClientSF.getLatestAccessibleContent(Schedule schedule)
           
 LibraryAccessBook LibraryAccessManagerClientSF.getLibraryAccessBook(java.lang.String accessListName)
           
 LibraryAccessBook[] LibraryAccessManagerClientSF.getLibraryAccessBookInfoList()
           
 LibraryAccessBook[] LibraryAccessManagerClientSF.getLibraryAccessBookInfoListByOwner(java.lang.String owner)
           
 DsLog LogManagerClientSF.getLogByJobId(java.lang.String jobId)
           
 DsLog[] LogManagerClientSF.getLogInfoListByOwner(java.lang.String owner)
           
 DsLog[] LogManagerClientSF.getLogInfoListByOwnerByCalendar(java.lang.String owner, java.util.Calendar startTime, java.util.Calendar endTime)
           
 DsLog[] LogManagerClientSF.getLogInfoListByScheduleId(java.lang.String scheduleId)
           
 DsLog[] LogManagerClientSF.getLogListByScheduleId(java.lang.String scheduleId)
           
 java.lang.String[] AddressBookManagerClientSF.getOwnerList()
           
 java.lang.String[] LibraryAccessManagerClientSF.getOwnerList()
           
 java.lang.String[] LibraryContentManagerClientSF.getOwnerList()
           
 java.lang.String[] LogManagerClientSF.getOwnerList()
           
 java.lang.String[] ScheduleManagerClientSF.getOwnerList()
           
 java.lang.String[] AddressBookManagerClientSF.getOwnerList(java.lang.String method, java.lang.String access)
           
 Schedule ScheduleManagerClientSF.getSchedule(java.lang.String scheduleId)
           
 java.lang.String ScheduleManagerClientSF.getScheduleId(java.lang.String owner, java.lang.String scheduleDescription)
           
 Schedule[] ScheduleManagerClientSF.getScheduleInfoList(java.lang.String[] scheduleId)
           
 Schedule[] ScheduleManagerClientSF.getScheduleInfoList(java.lang.String owner, java.lang.String method, java.lang.String priority, java.lang.String active, java.util.Calendar startDate, java.util.Calendar endDate)
           
 Schedule[] ScheduleManagerClientSF.getScheduleInfoListByCaller()
           
 Schedule[] ScheduleManagerClientSF.getScheduleInfoListByOwner(java.lang.String owner)
           
 Schedule[] ScheduleManagerClientSF.getScheduleList(java.lang.String[] scheduleId)
           
 java.lang.String[] UserManagerClientSF.getServerListByExecId(java.lang.String owner, java.lang.String type)
           
 User UserManagerClientSF.getUserByName(java.lang.String userName)
           
 User[] UserManagerClientSF.getUserList()
           
 User[] UserManagerClientSF.getUserList(java.lang.String capability)
           
 java.lang.String[] UserManagerClientSF.getUserNameListByGroup(java.lang.String groupName)
           
 java.lang.String[] UserManagerClientSF.getUserNameListByGroup(java.lang.String groupName, java.lang.String capabilyty)
           
 Version LibraryContentManagerClientSF.getVersion(java.lang.String versionId)
           
 WatchItem[] LibraryContentManagerClientSF.getWatchList(java.lang.String userId, java.lang.String contentId, java.lang.String propertyName)
           
 boolean UserManagerClientSF.isExecId(ExecId execId)
           
 java.lang.String ScheduleManagerClientSF.run(Schedule schedule)
           
 java.lang.String ScheduleManagerClientSF.run(Schedule schedule, JobOptions jobOptions)
           
 java.lang.String ScheduleManagerClientSF.run(java.lang.String[] scheduleIdList, JobOptions jobOptions)
           
 TimeInfo[] ScheduleManagerClientSF.selectCustomIntervalList()
           
 java.lang.String UserManagerClientSF.testExecIdCredential(ExecId execId)
           
 void AddressBookManagerClientSF.updateAddressBook(AddrBook addrBook)
           
 void AddressBookManagerClientSF.updateAddressBookProperty(AddrBook addrBook)
           
 void UserManagerClientSF.updateExecId(ExecId execId)
           
 void UserManagerClientSF.updateGroup(Group group)
           
 void UserManagerClientSF.updateGroupWithUser(Group group, java.lang.String[] userNameList)
           
 void LibraryAccessManagerClientSF.updateLibraryAccessBook(LibraryAccessBook accessList)
           
 void ScheduleManagerClientSF.updateSchedule(Schedule schedule)
           
 void UserManagerClientSF.updateUser(User user)
           
 void UserManagerClientSF.updateUserInfoProperties(User user)
           
 void LibraryContentManagerClientSF.updateWatchItem(WatchItem watchItem)
           
 



Copyright © 2006 Information Builders, Incorporated.