Package org.bonitasoft.engine.api.impl
Class CustomUserInfoDefinitionAPIDelegate
java.lang.Object
org.bonitasoft.engine.api.impl.CustomUserInfoDefinitionAPIDelegate
- Author:
- Vincent Elcrin, Elias Ricken de Medeiros
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongcount()org.bonitasoft.engine.identity.CustomUserInfoDefinitioncreate(org.bonitasoft.engine.identity.CustomUserInfoDefinitionCreator creator) voiddelete(long id) List<org.bonitasoft.engine.identity.CustomUserInfoDefinition>list(int startIndex, int maxResult)
-
Constructor Details
-
CustomUserInfoDefinitionAPIDelegate
-
-
Method Details
-
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 List<org.bonitasoft.engine.identity.CustomUserInfoDefinition> list(int startIndex, int maxResult) -
count
public long count()
-