How do I construct a new Entity that is defined in the Domain Model Using a Java Action

1
How do I construct a new Entity that is defined in the Domain Model Using a Java Action
asked
1 answers
2

See the Java API tutorial, in the 'Copying FileDocuments' example an Entity named 'Attachment' is created.

answered