public IEntitycreate Entity(IProcessparent, StringentityName) throws ServerTimeOutException, AccessDeniedException, ExecutionException;
This method creates new instance of the specified business object. If there are any rules associated with the business object they are executed.
entityName | the name of the business object to create |
The created instance of the business object. The attributes are initialized with the values set by the initialization rules (if any), otherwise the initial values are null.