Package com.appiancorp.suiteapi.common
Interface LocalId
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ActivityClass
,ActivityClassSchema
,Application
,ApplicationsFolder
,Community
,Community
,CommunityKnowledgeCenter
,Constant
,Container
,Content
,ContentRoleSet
,Contribution
,CustomContent
,DiscussionThread
,Document
,Document
,DocumentStatistics
,DownloadStatistics
,Folder
,Folder
,Folder
,Forum
,FreeformRule
,Group
,GroupSummary
,GroupType
,Identity
,KnowledgeCenter
,KnowledgeCenter
,KnowledgeFolder
,LocalObject
,MenuTree
,Message
,MessageType
,Page
,PageInfo
,Palette
,Palette.Descriptor
,PaletteCategory
,PaletteCategory.AllCategories
,PaletteCategory.Descriptor
,PaletteErrorItem
,PaletteItem
,PersonalKnowledgeCenter
,PortalGroup.Page
,Portlet
,Priority
,ProcessDetails
,ProcessModelDetails
,ProcessModelFolder
,ProcessModelProperties
,ProcessModelSummary
,ProcessProperties
,ProcessSummary
,RoleSet
,Rule
,RulesFolder
,TaskDetails
,TaskProperties
,TaskSummary
,UploadStatistics
,UserSpace
,UserStatistics
This interface represents the local identifier of an object.
The local identifier is used to identify an object within the scope
of one application instance.
The
id
property can often be passed directly to functions
as an Long
parameter-
Method Summary
-
Method Details
-
getId
Long getId()Returns this object's local identifier,null
if the object was not identified locally using aLong
Id.- Returns:
- Object's Id
- See Also:
-
setId
Sets this object's local identifier.- Parameters:
id_
- Id to set- See Also:
-