Daisy Open Source CMS

Deprecated API


Contents
Deprecated Classes
org.outerj.daisy.authentication.spi.AbstractAuthenticationFactory
          the little code that was in this class should now be duplicated in the authentication factories. See the NTLM/LDAP samples. 
 

Deprecated Fields
org.outerj.daisy.repository.acl.AclPermission.ENUM
          This member will be removed in a future version. It has no purpose since moving to Java 1.5 enums. 
 

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. 
 


Daisy Open Source CMS