Interface ICreate

    • Field Detail

      • EMPTY

        static final java.lang.Object[] EMPTY
        Empty object array as return for unsuccessful create operations.
    • Method Detail

      • canCreate

        boolean canCreate​(ICreateContext context)
        Checks if business object can be created for the given context.
        Parameters:
        context - the context
        Returns:
        true if create is possible.
      • create

        java.lang.Object[] create​(ICreateContext context)
        Creates the business object for the given context.
        Parameters:
        context - the context
        Returns:
        the newly created objects