Class CustomUserInfoDefinitionAPIDelegate

java.lang.Object
org.bonitasoft.engine.api.impl.CustomUserInfoDefinitionAPIDelegate

public class CustomUserInfoDefinitionAPIDelegate extends Object
Author:
Vincent Elcrin, Elias Ricken de Medeiros
  • Constructor Details

    • CustomUserInfoDefinitionAPIDelegate

      public CustomUserInfoDefinitionAPIDelegate(IdentityService service)
  • 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()