getInitialDocument() If the document created in the usecase shall have initial contents copied
from an existing document, construct that document in this method.
If the document created in the usecase shall have initial contents copied
from an existing document, construct that document in this method.
A document.
Access to the current publication. Use this when the publication is not
yet known in the usecase: e.g. when creating a global asset. When adding
a resource or a child to a document, access the publication via that
document's interface instead.
the publication in which the use-case is being executed
This method is used by
Create.doCheckExecutionConditions() to check if
the path entered by the user is valid. If not, checking the existence of
the new document in the site structure is omitted because this operation
could cause errors.
A boolean value.