Uses of Class
com.soffid.iam.sync.api.LogFileEntry
Packages that use LogFileEntry
Package
Description
-
Uses of LogFileEntry in com.soffid.iam.sync.agent
Methods in com.soffid.iam.sync.agent that return types with arguments of type LogFileEntryModifier and TypeMethodDescriptioncom.soffid.zkdb.api.PagedResult<LogFileEntry>AgentManager.findLogs(LogConfiguration config, long firstRow, long numRows) Operation findLogs -
Uses of LogFileEntry in com.soffid.iam.sync.api
Constructors in com.soffid.iam.sync.api with parameters of type LogFileEntry -
Uses of LogFileEntry in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return types with arguments of type LogFileEntryModifier and TypeMethodDescriptioncom.soffid.zkdb.api.PagedResult<LogFileEntry>SyncServerService.findLogs(String server, LogConfiguration config, long firstRow, long numRows) Operation findLogscom.soffid.zkdb.api.PagedResult<LogFileEntry>SyncStatusService.findLogs(String server, LogConfiguration config, long firstRow, long numRows) Operation findLogs -
Uses of LogFileEntry in com.soffid.iam.sync.service.ejb
Methods in com.soffid.iam.sync.service.ejb that return types with arguments of type LogFileEntryModifier and TypeMethodDescriptioncom.soffid.zkdb.api.PagedResult<LogFileEntry>SyncServerService.findLogs(String server, LogConfiguration config, long firstRow, long numRows)