Uses of Interface
de.xima.fc.user.IExternalUserRef
-
Packages that use IExternalUserRef Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.dao.user de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.user -
-
Uses of IExternalUserRef in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type IExternalUserRef Modifier and Type Method Description FormRecordAccess
FormRecordAccessAPI. getByExternalUserRef(UserContext uc, Vorgang formRecord, IExternalUserRef externalUserRef)
FormRecordAccess
FormRecordAccessAPI. getOrCreateExternalUserRef(UserContext uc, Vorgang formRecord, IExternalUserRef externalUserRef, EFormRecordAccessGrantType grantType)
Creates or retrieves aFormRecordAccess
entity by its associatedVorgang
and external user reference. -
Uses of IExternalUserRef in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl with parameters of type IExternalUserRef Modifier and Type Method Description FormRecordAccess
FormRecordAccessDao. getByExternalUserRef(IEntityContext ec, Vorgang formRecord, IExternalUserRef userRef)
FormRecordAccess
FormRecordAccessDao. getOrCreateExternalUserRef(IEntityContext ec, Vorgang formRecord, IExternalUserRef externalUserRef, EFormRecordAccessGrantType grantType)
-
Uses of IExternalUserRef in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type IExternalUserRef Modifier and Type Method Description FormRecordAccess
IFormRecordAccessDao. getByExternalUserRef(IEntityContext ec, Vorgang formRecord, IExternalUserRef externalUserRef)
FormRecordAccess
IFormRecordAccessDao. getOrCreateExternalUserRef(IEntityContext ec, Vorgang formRecord, IExternalUserRef externalUserRef, EFormRecordAccessGrantType grantType)
-
Uses of IExternalUserRef in de.xima.fc.dao.user
Classes in de.xima.fc.dao.user that implement IExternalUserRef Modifier and Type Class Description class
ExternalUserRef
Represents a reference to an external user.Methods in de.xima.fc.dao.user that return types with arguments of type IExternalUserRef Modifier and Type Method Description Set<IExternalUserRef>
UserRefExtension. getExternalReferenceIds()
-
Uses of IExternalUserRef in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type IExternalUserRef Modifier and Type Method Description FormRecordAccess
FormRecordAccessHandler. getByExternalUserRef(UserContext uc, Vorgang formRecord, IExternalUserRef externalUserRef)
FormRecordAccess
FormRecordAccessHandler. getOrCreateExternalUserRef(UserContext uc, Vorgang formRecord, IExternalUserRef externalUserRef, EFormRecordAccessGrantType grantType)
-
Uses of IExternalUserRef in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type IExternalUserRef Modifier and Type Method Description FormRecordAccess
IFormRecordAccessHandler. getByExternalUserRef(UserContext uc, Vorgang formRecord, IExternalUserRef externalUserRef)
FormRecordAccess
IFormRecordAccessHandler. getOrCreateExternalUserRef(UserContext uc, Vorgang formRecord, IExternalUserRef externalUserRef, EFormRecordAccessGrantType grantType)
Creates or retrieves aFormRecordAccess
entity by its associatedVorgang
and external user reference. -
Uses of IExternalUserRef in de.xima.fc.user
Methods in de.xima.fc.user that return types with arguments of type IExternalUserRef Modifier and Type Method Description Set<IExternalUserRef>
IUserRefExtension. getExternalReferenceIds()
-