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 FormRecordAccessFormRecordAccessAPI. getByExternalUserRef(UserContext uc, Vorgang formRecord, IExternalUserRef externalUserRef)FormRecordAccessFormRecordAccessAPI. getOrCreateExternalUserRef(UserContext uc, Vorgang formRecord, IExternalUserRef externalUserRef, EFormRecordAccessGrantType grantType)Creates or retrieves aFormRecordAccessentity by its associatedVorgangand 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 FormRecordAccessFormRecordAccessDao. getByExternalUserRef(IEntityContext ec, Vorgang formRecord, IExternalUserRef userRef)FormRecordAccessFormRecordAccessDao. 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 FormRecordAccessIFormRecordAccessDao. getByExternalUserRef(IEntityContext ec, Vorgang formRecord, IExternalUserRef externalUserRef)FormRecordAccessIFormRecordAccessDao. 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 classExternalUserRefRepresents 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 FormRecordAccessFormRecordAccessHandler. getByExternalUserRef(UserContext uc, Vorgang formRecord, IExternalUserRef externalUserRef)FormRecordAccessFormRecordAccessHandler. 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 FormRecordAccessIFormRecordAccessHandler. getByExternalUserRef(UserContext uc, Vorgang formRecord, IExternalUserRef externalUserRef)FormRecordAccessIFormRecordAccessHandler. getOrCreateExternalUserRef(UserContext uc, Vorgang formRecord, IExternalUserRef externalUserRef, EFormRecordAccessGrantType grantType)Creates or retrieves aFormRecordAccessentity by its associatedVorgangand 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()
-