Package org.bonitasoft.engine.api.impl
Class CustomUserInfoDefinitionAPIDelegate
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.CustomUserInfoDefinitionAPIDelegate
-
public class CustomUserInfoDefinitionAPIDelegate extends java.lang.Object- Author:
- Vincent Elcrin, Elias Ricken de Medeiros
-
-
Constructor Summary
Constructors Constructor Description CustomUserInfoDefinitionAPIDelegate(IdentityService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcount()org.bonitasoft.engine.identity.CustomUserInfoDefinitioncreate(org.bonitasoft.engine.identity.CustomUserInfoDefinitionCreator creator)voiddelete(long id)java.util.List<org.bonitasoft.engine.identity.CustomUserInfoDefinition>list(int startIndex, int maxResult)
-
-
-
Constructor Detail
-
CustomUserInfoDefinitionAPIDelegate
public CustomUserInfoDefinitionAPIDelegate(IdentityService service)
-
-
Method Detail
-
create
public org.bonitasoft.engine.identity.CustomUserInfoDefinition create(org.bonitasoft.engine.identity.CustomUserInfoDefinitionCreator creator) throws org.bonitasoft.engine.exception.CreationException- Throws:
org.bonitasoft.engine.exception.CreationException
-
delete
public void delete(long id) throws org.bonitasoft.engine.exception.DeletionException- Throws:
org.bonitasoft.engine.exception.DeletionException
-
list
public java.util.List<org.bonitasoft.engine.identity.CustomUserInfoDefinition> list(int startIndex, int maxResult)
-
count
public long count()
-
-