public class CustomUserInfoDefinitionAPIDelegate
extends java.lang.Object
| Constructor and Description |
|---|
CustomUserInfoDefinitionAPIDelegate(IdentityService service) |
| Modifier and Type | Method and Description |
|---|---|
long |
count() |
org.bonitasoft.engine.identity.CustomUserInfoDefinition |
create(org.bonitasoft.engine.identity.CustomUserInfoDefinitionCreator creator) |
void |
delete(long id) |
java.util.List<org.bonitasoft.engine.identity.CustomUserInfoDefinition> |
list(int startIndex,
int maxResult) |
public CustomUserInfoDefinitionAPIDelegate(IdentityService service)
public org.bonitasoft.engine.identity.CustomUserInfoDefinition create(org.bonitasoft.engine.identity.CustomUserInfoDefinitionCreator creator)
throws org.bonitasoft.engine.exception.CreationException
org.bonitasoft.engine.exception.CreationExceptionpublic void delete(long id)
throws org.bonitasoft.engine.exception.DeletionException
org.bonitasoft.engine.exception.DeletionExceptionpublic java.util.List<org.bonitasoft.engine.identity.CustomUserInfoDefinition> list(int startIndex,
int maxResult)
public long count()