Interface IAvatar
-
- All Known Implementing Classes:
AlertServices
,ApplicationKey
,Authenticator
,CollectionsServices
,ContentLoader
,CSVFileServices
,CustomAuthenticator
,DashboardFunctions
,DataShape
,DataTableThing
,DataThing
,DataThingWithEvents
,DeviceFunctions
,DirectoryService
,EncryptionServices
,EntityServices
,ExtensibleRootEntity
,ExtensionPackage
,FileRepositoryThing
,Group
,InfoTableFunctions
,LocalizationTable
,LogRetrievalStrategy
,MediaEntity
,Menu
,Network
,NotificationHandler
,Organization
,PlatformSubsystem
,Project
,RemoteThing
,RemoteThingWithFileTransfer
,RemoteThingWithTunnels
,RemoteThingWithTunnelsAndFileTransfer
,ReportingStrategy
,Resource
,RootEntity
,RuntimeLocalizationFunctions
,SCIMSubsystem
,ScriptServices
,Searcher
,SecurityClaimsAuthenticator
,SecurityMonitorThing
,SecurityServices
,ServiceProviderEntity
,SessionInfo
,SourceControlFunctions
,StreamThing
,Subsystem
,SubsystemMonitoring
,Thing
,ThingShape
,ThingTemplate
,User
,UserManagementSubsystem
,Vocabulary
@ThingworxExtensionApiClass(since={6,6}) public interface IAvatar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImagePrimitive
GetAvatar()
byte[]
getAvatarContent()
void
SetAvatar(byte[] content)
-
-
-
Method Detail
-
GetAvatar
@ThingworxExtensionApiMethod(since={6,6}) ImagePrimitive GetAvatar() throws java.lang.Exception
- Throws:
java.lang.Exception
- If an error occurs
-
SetAvatar
@ThingworxExtensionApiMethod(since={6,6}) void SetAvatar(byte[] content) throws java.lang.Exception
- Throws:
java.lang.Exception
- If an error occurs
-
getAvatarContent
@ThingworxExtensionApiMethod(since={6,6}) byte[] getAvatarContent() throws java.lang.Exception
- Throws:
java.lang.Exception
- If an error occurs
-
-