Uses of Class
org.apache.syncope.core.logic.UnresolvedReferenceException
-
Packages that use UnresolvedReferenceException Package Description org.apache.syncope.core.logic org.apache.syncope.core.logic.wa -
-
Uses of UnresolvedReferenceException in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that throw UnresolvedReferenceException Modifier and Type Method Description T
AbstractLogic. resolveBeanReference(Method method, Object... args)
Resolves stored bean (if existing) referred by the given CUD method.protected AuthProfileTO
AbstractAuthProfileLogic. resolveReference(Method method, Object... args)
protected abstract T
AbstractLogic. resolveReference(Method method, Object... args)
protected AccessTokenTO
AccessTokenLogic. resolveReference(Method method, Object... args)
protected AnyObjectTO
AnyObjectLogic. resolveReference(Method method, Object... args)
protected AnyTypeClassTO
AnyTypeClassLogic. resolveReference(Method method, Object... args)
protected AnyTypeTO
AnyTypeLogic. resolveReference(Method method, Object... args)
protected ApplicationTO
ApplicationLogic. resolveReference(Method method, Object... args)
protected AttrRepoTO
AttrRepoLogic. resolveReference(Method method, Object... args)
protected AuditConfTO
AuditLogic. resolveReference(Method method, Object... args)
protected AuthModuleTO
AuthModuleLogic. resolveReference(Method method, Object... args)
protected BpmnProcess
BpmnProcessLogic. resolveReference(Method method, Object... args)
protected ClientAppTO
ClientAppLogic. resolveReference(Method method, Object... args)
protected EntityTO
CommandLogic. resolveReference(Method method, Object... args)
protected EntityTO
ConfParamLogic. resolveReference(Method method, Object... args)
protected ConnInstanceTO
ConnectorLogic. resolveReference(Method method, Object... args)
protected DelegationTO
DelegationLogic. resolveReference(Method method, Object... args)
protected EntityTO
DomainLogic. resolveReference(Method method, Object... args)
protected DynRealmTO
DynRealmLogic. resolveReference(Method method, Object... args)
protected FIQLQueryTO
FIQLQueryLogic. resolveReference(Method method, Object... args)
protected GroupTO
GroupLogic. resolveReference(Method method, Object... args)
protected ImplementationTO
ImplementationLogic. resolveReference(Method method, Object... args)
protected MailTemplateTO
MailTemplateLogic. resolveReference(Method method, Object... args)
protected EntityTO
NetworkServiceLogic. resolveReference(Method method, Object... args)
protected NotificationTO
NotificationLogic. resolveReference(Method method, Object... args)
protected EntityTO
OIDCC4UILogic. resolveReference(Method method, Object... args)
protected OIDCC4UIProviderTO
OIDCC4UIProviderLogic. resolveReference(Method method, Object... args)
protected OIDCJWKSTO
OIDCJWKSLogic. resolveReference(Method method, Object... args)
protected PolicyTO
PolicyLogic. resolveReference(Method method, Object... args)
protected RealmTO
RealmLogic. resolveReference(Method method, Object... args)
protected EntityTO
ReconciliationLogic. resolveReference(Method method, Object... os)
protected RelationshipTypeTO
RelationshipTypeLogic. resolveReference(Method method, Object... args)
protected RemediationTO
RemediationLogic. resolveReference(Method method, Object... args)
protected ReportTO
ReportLogic. resolveReference(Method method, Object... args)
protected ResourceTO
ResourceLogic. resolveReference(Method method, Object... args)
protected RoleTO
RoleLogic. resolveReference(Method method, Object... args)
protected SAML2IdPEntityTO
SAML2IdPEntityLogic. resolveReference(Method method, Object... args)
protected SAML2SP4UIIdPTO
SAML2SP4UIIdPLogic. resolveReference(Method method, Object... args)
protected EntityTO
SAML2SP4UILogic. resolveReference(Method method, Object... args)
protected SAML2SPEntityTO
SAML2SPEntityLogic. resolveReference(Method method, Object... args)
protected SchemaTO
SchemaLogic. resolveReference(Method method, Object... args)
protected EntityTO
SCIMLogic. resolveReference(Method method, Object... args)
protected SecurityQuestionTO
SecurityQuestionLogic. resolveReference(Method method, Object... args)
protected SRARouteTO
SRARouteLogic. resolveReference(Method method, Object... args)
protected EntityTO
SyncopeLogic. resolveReference(Method method, Object... args)
protected TaskTO
TaskLogic. resolveReference(Method method, Object... args)
protected UserTO
UserLogic. resolveReference(Method method, Object... args)
protected EntityTO
UserRequestLogic. resolveReference(Method method, Object... args)
protected EntityTO
UserWorkflowTaskLogic. resolveReference(Method method, Object... args)
-
Uses of UnresolvedReferenceException in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa that throw UnresolvedReferenceException Modifier and Type Method Description protected EntityTO
WAConfigLogic. resolveReference(Method method, Object... args)
-