Show pageOld revisionsBacklinksExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Programmers_Reference Methods IExecutionEngine_Interface createEntity}} ====createEntity (IProcess, String)==== <code java>public IEntitycreate Entity(IProcessparent, StringentityName) throws ServerTimeOutException, AccessDeniedException, ExecutionException;</code> This method creates new instance of the specified business object. If there are any rules associated with the business object they are executed. === Parameters=== |''entityName''|the name of the business object to create| ===Returns=== 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. index programmers reference methods iexecutionengine interface createentity Log In