Class SelectDescriptorBuilder
java.lang.Object
org.bonitasoft.engine.external.identity.mapping.impl.SelectDescriptorBuilder
- Author:
- Emmanuel Duchastenier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExternalIdentityMappingById(long mappingId) getExternalIdentityMappingById(long mappingId, String suffix) getExternalIdentityMappingWithoutDisplayNameById(long mappingId) static SelectOneDescriptor<Long>getNumberOfExternalIdentityMappings(String externalId, String kind)
-
Constructor Details
-
SelectDescriptorBuilder
public SelectDescriptorBuilder()
-
-
Method Details
-
getExternalIdentityMappingWithoutDisplayNameById
public static SelectByIdDescriptor<SExternalIdentityMapping> getExternalIdentityMappingWithoutDisplayNameById(long mappingId) -
getExternalIdentityMappingById
public static SelectByIdDescriptor<SExternalIdentityMapping> getExternalIdentityMappingById(long mappingId) -
getExternalIdentityMappingById
public static SelectByIdDescriptor<SExternalIdentityMapping> getExternalIdentityMappingById(long mappingId, String suffix) -
getNumberOfExternalIdentityMappings
public static SelectOneDescriptor<Long> getNumberOfExternalIdentityMappings(String externalId, String kind)
-