Packages that use EntityKey | |
---|---|
it.list.jft | Provides interfaces for dealing with different FastTrack objects. |
Uses of EntityKey in it.list.jft |
---|
Methods in it.list.jft that return EntityKey | |
---|---|
EntityKey |
SubscriptionParam.getEntityKey()
Returns the partial EntityKey for the new subscription. |
EntityKey |
Entity.getFullEntityKey(int keyID)
Returns a given full EntityKey of this Entity. |
EntityKey |
Entity.getPartialEntityKey(int keyID,
int numSegments)
Returns a given partial EntityKey of this Entity. |
Methods in it.list.jft with parameters of type EntityKey | |
---|---|
int |
EntityFilter.add(EntityKey entityKey)
Add the EntityKey to the filter. |
int |
EntityFilter.del(EntityKey entityKey)
Remove the EntityKey from the filter. |
int |
Subscription.refreshEntity(EntityKey entityKey)
Request the server to re-publish a single complete (not masked) Entity. |
void |
SubscriptionParam.setEntityKey(EntityKey entityKey)
Set/replace the partial EntityKey for the new subscription. |