|
Deprecated Methods |
org.outerj.daisy.repository.schema.StaticListItemParent.addItem(Object)
This method does exactly the same as StaticListItemParent.createItem(Object),
except that the created list item is not returned. |
org.outerj.daisy.repository.schema.RepositorySchema.createNewDocumentType(String)
Use createDocumentType instead. |
org.outerj.daisy.repository.schema.RepositorySchema.createNewFieldType(String, ValueType)
Use createFieldType instead. |
org.outerj.daisy.repository.schema.RepositorySchema.createNewPartType(String, String)
Use createPartType instead. |
org.outerj.daisy.repository.schema.StaticSelectionList.createStaticListItem(Object)
Has been renamed to StaticListItemParent.createItem(java.lang.Object). |
org.outerj.daisy.doctaskrunner.DocumentTaskManager.createTaskSpecification(String, String, String, boolean)
To create a task specification, just create an instance like this:
new TaskSepcificationImpl(description, type, parameters, stopOnFirstError);
where type == scriptLanguage and parameters == script (note the order of the arguments is different) |
org.outerj.daisy.repository.Repository.getDocument(long, boolean)
use Repository.getDocument(String, boolean) instead. |
org.outerj.daisy.repository.schema.SelectionList.getLabel(Object, Locale)
use SelectionList.getItemLabel(java.lang.Object, java.util.Locale) instead. |
org.outerj.daisy.repository.acl.AclPermission.getPos()
This method will be removed in a future version. It has no purpose
since moving to Java 1.5 enums. |