Deprecated API


Contents
Deprecated Methods
com.flexive.shared.interfaces.TreeEngine.activate(FxTreeMode, long, boolean)
          use com.flexive.shared.interfaces.TreeEngine#activate(com.flexive.shared.tree.FxTreeMode, long, boolean, boolean) 
com.flexive.shared.interfaces.BriefcaseEngine.addItems(long, long[])
          use BriefcaseEngine.addItems(long, java.util.Collection) 
com.flexive.shared.content.FxPermissionUtils.checkPermission(UserTicket, long, ACLPermission, FxType, long, long, boolean)
          use FxPermissionUtils.checkPermission(com.flexive.shared.security.UserTicket, long, com.flexive.shared.security.ACLPermission, com.flexive.shared.structure.FxType, long, java.util.Collection, boolean) 
com.flexive.shared.interfaces.TreeEngine.copy(FxTreeMode, long, long, int)
            
com.flexive.shared.structure.FxTypeEdit.createNew(String, FxString, ACL, Workflow, FxType, boolean, TypeStorageMode, TypeCategory, TypeMode, LanguageMode, TypeState, byte, boolean, long, long, boolean, int, int)
          since 3.1.1 (defaultInstanceACL added to method) 
com.flexive.shared.structure.FxTypeEdit.createNew(String, FxString, ACL, Workflow, FxType, boolean, TypeStorageMode, TypeCategory, TypeMode, LanguageMode, TypeState, byte, boolean, long, long, int, int, List)
          since 3.1.1 (defaultInstanceACL added to method) 
com.flexive.shared.interfaces.ScriptingEngine.createScript(FxScriptEvent, String, String, String)
          use ScriptingEngine.createScript(FxScriptInfoEdit) instead 
com.flexive.shared.interfaces.ScriptingEngine.createScriptFromDropLibrary(String, FxScriptEvent, String, String, String)
          use ScriptingEngine.createScriptFromDropLibrary(String, String, FxScriptInfo) instead 
com.flexive.shared.interfaces.ScriptingEngine.createScriptFromLibrary(FxScriptEvent, String, String, String)
          use ScriptingEngine.createScriptFromLibrary(String, FxScriptInfo) instead 
com.flexive.shared.FxFormatUtils.encodePassword(long, String)
          use FxFormatUtils.encodePassword(long, java.lang.String, java.lang.String) to support all available hashing methods 
com.flexive.shared.value.ReferencedContent.getAcl()
          use ReferencedContent.getAcls() 
com.flexive.shared.content.FxContent.getAclId()
          use FxContent.getAclIds() 
com.flexive.shared.tree.FxTreeNode.getACLId()
          use FxTreeNode.getACLIds() 
com.flexive.shared.content.FxContentSecurityInfo.getContentACL()
          use FxContentSecurityInfo.getContentACLs() 
com.flexive.shared.structure.FxType.getDescription()
          replaced by FxType.getLabel() 
com.flexive.shared.exceptions.FxExceptionMessage.getLocalizedMessage(long)
          use FxExceptionMessage.getLocalizedMessage(com.flexive.shared.FxLanguage) if possible 
com.flexive.shared.exceptions.FxExceptionMessage.getLocalizedMessage(String)
          use FxExceptionMessage.getLocalizedMessage(com.flexive.shared.FxLanguage) if possible 
com.flexive.shared.FxContext.getNodeId()
          will be removed as soon as tree search is fixed 
com.flexive.shared.FxDropApplication.getResourceJarStream()
          use FxDropApplication.loadTextResources(String) for better compatibility, since drop applications may also be served directly from a directory (e.g. in Maven test suites). 
com.flexive.shared.FxSharedUtils.getSelectableObjectIds(Collection)
          use FxSharedUtils.getSelectableObjectIdList(Iterable) 
com.flexive.shared.FxContext.getTreeMode()
          will be removed as soon as tree search is fixed 
com.flexive.shared.content.FxContentSecurityInfo.getUsedPropertyACL()
          use FxContentSecurityInfo.getUsedPropertyACLs() 
com.flexive.shared.content.FxContent.isXPathValid(String, boolean)
          use #isGroupXPath(String or #isPropertyXPath(String) instead 
com.flexive.shared.interfaces.TreeEngine.remove(FxTreeMode, long, boolean, boolean)
          use TreeEngine#remove(com.flexive.shared.tree.FxTreeMode, long, com.flexive.shared.tree.FxTreeRemoveOp, boolean) 
com.flexive.shared.interfaces.TreeEngine.remove(FxTreeNode, boolean, boolean)
          use TreeEngine#remove(com.flexive.shared.tree.FxTreeNode, com.flexive.shared.tree.FxTreeRemoveOp, boolean) 
com.flexive.shared.interfaces.BriefcaseEngine.removeItems(long, long[])
          use BriefcaseEngine.removeItems(long, java.util.Collection) 
com.flexive.shared.FxContext.replace(FxContext)
          use FxContext.replace() 
com.flexive.shared.structure.FxAssignment.resolveParentDependencies(List)
          Use FxAssignment.resolveDependencies(java.util.Map) 
com.flexive.shared.structure.FxAssignment.resolvePreloadDependencies(List)
          Use FxAssignment.resolveDependencies(java.util.Map) 
com.flexive.shared.structure.FxTypeEdit.setDescription(FxString)
          replaced by FxTypeEdit.setLabel(com.flexive.shared.value.FxString) 
com.flexive.shared.interfaces.BriefcaseEngine.setItems(long, long[])
          use BriefcaseEngine.setItems(long, java.util.Collection) 
com.flexive.shared.FxContext.setNodeId(long)
          will be removed as soon as tree search is fixed 
com.flexive.shared.FxContext.setTreeMode(FxTreeMode)
          will be removed as soon as tree search is fixed 
com.flexive.shared.interfaces.BriefcaseEngine.updateItems(long, long[], long[])
          use BriefcaseEngine.updateItems(long, java.util.Collection, java.util.Collection) 
com.flexive.shared.interfaces.ScriptingEngine.updateScriptInfo(long, FxScriptEvent, String, String, String, boolean)
          use ScriptingEngine.updateScriptInfo(FxScriptInfoEdit) instead 
com.flexive.shared.interfaces.StepEngine.updateStep(long, long)
          use StepEngine.updateStep(long, long, int) 
com.flexive.shared.stream.FxStreamUtils.uploadBinary(long, InputStream, long)
            
com.flexive.shared.structure.FxType.useInstancePermissions()
          will be removed in 3.2 
com.flexive.shared.structure.FxType.usePermissions()
          will be removed in 3.2 
com.flexive.shared.structure.FxType.usePropertyPermissions()
          will be removed in 3.2 
com.flexive.shared.structure.FxType.useStepPermissions()
          will be removed in 3.2 
com.flexive.shared.structure.FxType.useTypePermissions()
          will be removed in 3.2 
 

Deprecated Constructors
com.flexive.shared.content.FxContentSecurityInfo(FxPK, long, long, long, long, byte, int, int, int, int, long[], FxLock)
          use FxContentSecurityInfo.FxContentSecurityInfo(FxPK, long, long, long, long, byte, long, long, java.util.List, long, java.util.List, FxLock) 
com.flexive.shared.FxDropApplication(String, String, String, String)
          pass the actual URL as the last argument for better compatibility 
com.flexive.shared.scripting.FxScriptInfo(long, FxScriptEvent, String, String, boolean)
          use FxScriptInfo.FxScriptInfo(long, FxScriptEvent, String, String, boolean, boolean) instead 
com.flexive.shared.scripting.FxScriptInfoEdit(long, FxScriptEvent, String, String, String, boolean)
          use FxScriptInfoEdit.FxScriptInfoEdit(long, FxScriptEvent, String, String, String, boolean, boolean) instead 
com.flexive.shared.structure.FxType(long, ACL, Workflow, String, FxString, FxType, TypeStorageMode, TypeCategory, TypeMode, LanguageMode, TypeState, byte, boolean, boolean, boolean, long, long, int, int, LifeCycleInfo, List, List, List)
          since 3.1.1 
com.flexive.shared.value.ReferencedContent(FxPK, String, Step, ACL)
          use ReferencedContent.ReferencedContent(com.flexive.shared.content.FxPK, String, com.flexive.shared.workflow.Step, java.util.List)