Class CustomUserInfoDefinitionAPIDelegate


  • public class CustomUserInfoDefinitionAPIDelegate
    extends java.lang.Object
    Author:
    Vincent Elcrin, Elias Ricken de Medeiros
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()