Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help
Thingworx Platform API
9.3.0
  • All Classes
 

Deprecated API

Contents

  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Annotation Type Elements
  • Fields 
    Field Description
    com.thingworx.types.data.filters.RangeFilter.EQUALS
    com.thingworx.types.data.filters.RangeFilter.GREATERTHAN
    com.thingworx.types.data.filters.RangeFilter.GREATERTHANOREQUALS
    com.thingworx.types.data.filters.RangeFilter.LESSTHAN
    com.thingworx.types.data.filters.RangeFilter.LESSTHANOREQUALS
    com.thingworx.types.data.filters.RangeFilter.NOTEQUALS
  • Methods 
    Method Description
    com.thingworx.common.utils.HttpUtilities.createHttpClient​(String, String, Boolean, Double, Boolean, String, String, Boolean, String, Integer, String)
    com.thingworx.common.utils.JSONUtilities.printInfoTableToWriter​(PrintWriter, InfoTable)
    no replacement
    com.thingworx.common.utils.JSONUtilities.writeInfoTableToString​(InfoTable)
    no replacement
    com.thingworx.common.utils.JSONUtilities.writeInfoTableToWriter​(Writer, InfoTable)
    no replacement
    com.thingworx.common.utils.JSONUtilities.writeValueCollectionToString​(ValueCollection, DataShapeDefinition)
    no replacement
    com.thingworx.common.utils.XMLUtilities.outputXMLDocFormatted​(Document, OutputStream, Integer)
    indent is no longer supported
    com.thingworx.datashape.DataShape.fromJSON​(JSONObject)
    com.thingworx.datatables.DataTableEntry.toJSON​(DataShapeDefinition)  
    com.thingworx.datatables.DataTableThing.DeleteDataTableEntries​(InfoTable)
    com.thingworx.datatables.DataTableThing.DeleteDataTableEntriesWithQuery​(TagCollection, Location, String, String, InfoTable, JSONObject)
    com.thingworx.datatables.DataTableThing.FindDataTableEntries​(InfoTable)
    com.thingworx.entities.RootEntity.toJSON()
    no replacement
    com.thingworx.entities.RootEntity.toJSONDefinition()
    no replacement
    com.thingworx.metadata.annotations.ThingworxEventDefinition.localDataShape()
    This parameter is not examined by the Platform.
    com.thingworx.metadata.annotations.ThingworxPropertyDefinition.localDataShape()
    This parameter is not examined by the Platform.
    com.thingworx.metadata.annotations.ThingworxServiceDefinition.isOpen()
    com.thingworx.metadata.annotations.ThingworxServiceParameter.localDataShape()
    This parameter is not examined by the Platform.
    com.thingworx.metadata.annotations.ThingworxServiceResult.localDataShape()
    This parameter is not examined by the Platform.
    com.thingworx.metadata.DataShapeDefinition.fromJSON​(JSONObject)
    com.thingworx.metadata.DataShapeDefinition.toJSON()
    no replacement
    com.thingworx.metadata.ServiceDefinition.isOpen()
    com.thingworx.projects.Project.fromJSON​(JSONObject)
    com.thingworx.resources.admin.EncryptionServices.DecryptWithKey​(String, String)
    Use EncryptionServices.DecryptWithCustomKey(String, String) instead.
    com.thingworx.resources.admin.EncryptionServices.EncryptWithKey​(String, String)
    Use EncryptionServices.EncryptWithCustomKey(String, String) instead.
    com.thingworx.resources.entities.EntityServices.CreateApplicationKey​(String, String, String, TagCollection, String, String, DateTime)
    in 9.1 to be replaced by EntityServices.CreateApplicationKey(String, String, String, TagCollection, String, String, String, DateTime) which allows specification of a projectName via a parameter.
    com.thingworx.resources.entities.EntityServices.CreateDataShape​(String, String, TagCollection, InfoTable)
    in 9.1 to be replaced by EntityServices.CreateDataShape(String, String, TagCollection, String, InfoTable) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateDataTagVocabulary​(String, String, TagCollection, Boolean)
    in 9.1 to be replaced by EntityServices.CreateDataTagVocabulary(String, String, TagCollection, Boolean) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateGroup​(String, String, TagCollection)
    in 9.1 to be replaced by EntityServices.CreateGroup(String, String, TagCollection, String) which allows specification of a projectName via a parameter.
    com.thingworx.resources.entities.EntityServices.CreateLocalizationTable​(String, String, TagCollection)
    in 9.1 to be replaced by EntityServices.CreateLocalizationTable(String, String, TagCollection, String) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateMediaEntity​(String, String, TagCollection, byte[])
    in 9.1 to be replaced by EntityServices.CreateMediaEntity(String, String, TagCollection, String, byte[]) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateModelTagVocabulary​(String, String, TagCollection, Boolean)
    in 9.1 to be replaced by EntityServices.CreateModelTagVocabulary(String, String, TagCollection, String, Boolean) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateNetwork​(String, String, TagCollection, InfoTable)
    in 9.1 to be replaced by EntityServices.CreateNetwork(String, String, TagCollection, String, InfoTable) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateNotificationContent​(String, String, TagCollection, String, String)
    in 9.1 to be replaced by EntityServices.CreateNotificationContent(String, String, TagCollection, String, String, String) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateNotificationDefinition​(String, String, TagCollection, InfoTable)
    in 9.1 to be replaced by EntityServices.CreateNotificationDefinition(String, String, TagCollection, String, InfoTable) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateOrganization​(String, String, TagCollection, String, String)
    in 9.1 to be replaced by EntityServices.CreateOrganization(String, String, TagCollection, String, String, String) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateProject​(String, String, String, TagCollection)  
    com.thingworx.resources.entities.EntityServices.CreateStyleDefinition​(String, String, TagCollection, JSONObject)
    in 9.1 to be replaced by EntityServices.CreateStyleDefinition(String, String, TagCollection, String, JSONObject) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateThing​(String, String, TagCollection, String)
    in 9.1 to be replaced by EntityServices.CreateThing(String, String, TagCollection, String, String) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateThingShape​(String, String, TagCollection)
    in 9.1 to be replaced by EntityServices.CreateThingShape(String, String, TagCollection, String) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateThingTemplate​(String, String, TagCollection, String)
    in 9.1 to be replaced by EntityServices.CreateThingTemplate(String, String, TagCollection, String, String) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateThingWithOwner​(String, String, TagCollection, String, String)
    in 9.1 to be replaced by EntityServices.CreateThingWithOwner(String, String, TagCollection, String, String, String) which allows specification of a projectName via a parameter. Calling this method will set the project to the default project.
    com.thingworx.resources.entities.EntityServices.CreateUser​(String, String, TagCollection, String)
    in 9.1 to be replaced by EntityServices.CreateUser(String, String, TagCollection, String, String) which allows specification of a projectName via a parameter.
    com.thingworx.resources.queries.InfoTableFunctions.ToJSON​(InfoTable)
    no replacement
    com.thingworx.resources.queries.Searcher.SearchVocabularyTerms​(String, String, JSONObject, Double)
    com.thingworx.resources.queries.Searcher.SpotlightSearch​(String, TagCollection, JSONObject, JSONObject, JSONObject, JSONObject, JSONObject, DateTime, DateTime, Boolean, Boolean, String, Boolean, Double, Double)  
    com.thingworx.security.authentication.AuthenticationUtilities.validateEnabledThingworxUser​(String)
    Use AuthenticationUtilities.validateThingworxUser(String)
    com.thingworx.security.directoryservices.DirectoryService.ValidateCredentials​(User, String)
    Implement DirectoryService.validateCredentials(String, String) instead.
    com.thingworx.security.encryption.SecureData.decrypt​(String, byte[])
    Use SecureData.decrypt(byte[], byte[], byte[]) instead.
    com.thingworx.security.encryption.SecureData.decryptBase64​(String, String)
    Use SecureData.decryptWithCustomKey(byte[], byte[]) instead.
    com.thingworx.security.encryption.SecureData.encrypt​(String, byte[])
    Use SecureData.encrypt(byte[], byte[], byte[]) instead.
    com.thingworx.security.encryption.SecureData.encryptBase64​(String, String)
    Use SecureData.encryptWithCustomKey(byte[], byte[]) instead.
    com.thingworx.streams.StreamEntry.toJSON​(DataShapeDefinition)
    no replacement
    com.thingworx.subscriptions.Subscription.getSourceName()
    Use Subscription.getOwner() instead.
    com.thingworx.system.subsystems.platform.PlatformSubsystem.GetAllStateDefinitions()
    com.thingworx.system.subsystems.platform.PlatformSubsystem.GetAllStyleDefinitions()
    com.thingworx.system.subsystems.platform.PlatformSubsystem.GetAllStyleThemes()
    com.thingworx.things.connected.RemoteThingWithFileTransfer.GetFileChecksum​(String)
    com.thingworx.things.connected.RemoteThingWithTunnelsAndFileTransfer.GetFileChecksum​(String)
    com.thingworx.things.repository.FileRepositoryThing.computeChecksum​(String)
    com.thingworx.things.repository.FileRepositoryThing.GetFileChecksum​(String)
    com.thingworx.things.Thing.AddPropertyDefinition​(String, String, String, String, String, Boolean, Boolean, Boolean, String, Double, Boolean, String, Integer, String, Double, String)
    As of release 8.0, replaced by AddPropertyDefinition(String, String, String, String, String, Boolean, Boolean, Boolean, String, Double, Boolean, String, Integer, String, Double, String, JSONObject)
    com.thingworx.things.Thing.DisableSubscription​(String, String, String)
    com.thingworx.things.Thing.EnableSubscription​(String, String, String)
    com.thingworx.things.Thing.isExternallySubscribed​(String)
    Use Thing.isSubscribed(String) instead.
    com.thingworx.things.Thing.isLocallySubscribed​(String)
    Use Thing.isSubscribed(String) instead.
    com.thingworx.things.Thing.SetLocalPropertyBinding​(String, String, String)
    As of release 8.1.0, replaced by Thing.SetLocalPropertyBinding(String, String, String, JSONObject)
    com.thingworx.things.Thing.SetRemotePropertyBinding​(String, String, Integer, String, Double)
    As of release 8.0.0, replaced by Thing.SetRemotePropertyBinding(String, String, Integer, String, Double, JSONObject, Integer, String)
    com.thingworx.thingshape.ThingShape.AddPropertyDefinition​(String, String, String, String, String, Boolean, Boolean, Boolean, String, Double, Boolean, String, Integer, String, Double, String)
    As of release 8.0, replaced by AddPropertyDefinition(String, String, String, String, String, Boolean, Boolean, Boolean, String, Double, Boolean, String, Integer, String, Double, String, JSONObject)
    com.thingworx.thingshape.ThingShape.DisableSubscription​(String, String, String)
    com.thingworx.thingshape.ThingShape.EnableSubscription​(String, String, String)
    com.thingworx.thingshape.ThingShape.SetLocalPropertyBinding​(String, String, String)
    As of release 8.1.0, replaced by ThingShape.SetLocalPropertyBinding(String, String, String, JSONObject)
    com.thingworx.thingshape.ThingShape.SetRemotePropertyBinding​(String, String, Integer, String, Double)
    As of release 8.0.0, replaced by ThingShape.SetRemotePropertyBinding(String, String, Integer, String, Double, JSONObject, Integer, String)
    com.thingworx.thingtemplates.ThingTemplate.AddPropertyDefinition​(String, String, String, String, String, Boolean, Boolean, Boolean, String, Double, Boolean, String, Integer, String, Double, String)
    As of release 8.0, replaced by AddPropertyDefinition(String, String, String, String, String, Boolean, Boolean, Boolean, String, Double, Boolean, String, Integer, String, Double, String, JSONObject)
    com.thingworx.thingtemplates.ThingTemplate.DisableSubscription​(String, String, String)
    com.thingworx.thingtemplates.ThingTemplate.EnableSubscription​(String, String, String)
    com.thingworx.thingtemplates.ThingTemplate.SetLocalPropertyBinding​(String, String, String)
    As of release 8.1.0, replaced by ThingTemplate.SetLocalPropertyBinding(String, String, String, JSONObject)
    com.thingworx.thingtemplates.ThingTemplate.SetRemotePropertyBinding​(String, String, Integer, String, Double)
    As of release 8.0.0, replaced by ThingTemplate.SetRemotePropertyBinding(String, String, Integer, String, Double, JSONObject, Integer, String)
    com.thingworx.types.collections.ValueCollection.fromJSONTyped​(Object, DataShapeDefinition)
    com.thingworx.types.collections.ValueCollection.getJSONSerializedValue​(String)
    no replacement
    com.thingworx.types.collections.ValueCollection.toJSON()
    no replacement
    com.thingworx.types.collections.ValueCollection.toJSONTyped​(DataShapeDefinition)
    no replacement
    com.thingworx.types.data.filters.BetweenFilter.getFilterExpression()
    com.thingworx.types.data.filters.BetweenFilter.setFilterExpression​(String)
    com.thingworx.types.data.filters.FilterCollection.getFilterExpression()
    com.thingworx.types.data.filters.FilterCollection.setFilterExpression​(String)
    com.thingworx.types.data.filters.IFilter.getFilterExpression()
    no replacement
    com.thingworx.types.data.filters.IFilter.setFilterExpression​(String)
    no replacement
    com.thingworx.types.data.filters.MissingValueFilter.getFilterExpression()
    com.thingworx.types.data.filters.MissingValueFilter.setFilterExpression​(String)
    com.thingworx.types.data.filters.NearFilter.getFilterExpression()
    com.thingworx.types.data.filters.NearFilter.setFilterExpression​(String)
    com.thingworx.types.data.filters.RangeFilter.getFilterExpression()
    com.thingworx.types.data.filters.RangeFilter.getMatchType()
    As of release 7.1, replaced by RangeFilter.getMatchTypeEnum()
    com.thingworx.types.data.filters.RangeFilter.setFilterExpression​(String)
    com.thingworx.types.data.filters.SetFilter.getFilterExpression()
    com.thingworx.types.data.filters.SetFilter.setFilterExpression​(String)
    com.thingworx.types.InfoTable.fromJSON​(JSONObject)
    com.thingworx.types.InfoTable.fromJSONWithoutDefaults​(JSONObject)
    com.thingworx.types.InfoTable.toJSON()
    no replacement
    com.thingworx.types.primitives.InfoTablePrimitive.convertFromObject​(Object)
    com.thingworx.types.primitives.JSONPrimitive.convertFromObject​(Object)
    com.thingworx.types.primitives.NumberPrimitive.convertFromObject​(Object)
    com.thingworx.types.primitives.StringPrimitive.convertFromObject​(Object)
    com.thingworx.types.primitives.VariantPrimitive.convertFromObject​(Object)
    com.thingworx.types.primitives.XMLPrimitive.convertFromObject​(Object)
    com.thingworx.ux.media.MediaEntity.fromJSON​(JSONObject)
    com.thingworx.ux.media.MediaEntity.GetProxyUrl​(String, Boolean)
    As of release 8.5.0, replaced by MediaEntity.GetProxyUrl(String, Boolean, Boolean)
    com.thingworx.webservices.serialization.InfoTableCSVConverter.toStream​(OutputStream, InfoTable, NamedValueCollection)
    no replacement
    com.thingworx.webservices.serialization.InfoTableCSVConverter.toWriter​(Writer, InfoTable, NamedValueCollection)
    no replacement
  • Constructors 
    Constructor Description
    com.thingworx.types.data.filters.RangeFilter​(String, int, Object)
    As of release 7.1, replaced by RangeFilter(String, RangeFilter.Type, Object)
    com.thingworx.types.primitives.IntegerPrimitive​(Short)
    com.thingworx.types.primitives.LongPrimitive​(Long)
    com.thingworx.types.primitives.NumberPrimitive​(Integer)
  • Enum Constants 
    Enum Constant Description
    com.thingworx.system.subsystems.alerts.data.AlertTypes.AlertType.ChangeAbove
    Change above alerts are no longer supported.
    com.thingworx.system.subsystems.alerts.data.AlertTypes.AlertType.ChangeBelow
    Change below alerts are no longer supported.
  • Annotation Type Elements 
    Annotation Type Element Description
    com.thingworx.metadata.annotations.ThingworxEventDefinition.localDataShape()
    This parameter is not examined by the Platform.
    com.thingworx.metadata.annotations.ThingworxPropertyDefinition.localDataShape()
    This parameter is not examined by the Platform.
    com.thingworx.metadata.annotations.ThingworxServiceDefinition.isOpen()
    com.thingworx.metadata.annotations.ThingworxServiceParameter.localDataShape()
    This parameter is not examined by the Platform.
    com.thingworx.metadata.annotations.ThingworxServiceResult.localDataShape()
    This parameter is not examined by the Platform.
Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help
Thingworx Platform API
9.3.0
  • All Classes