Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.tag
Interface XTagModule.Client

All Superinterfaces:
XAPIInterface, XAPIInterface.Client
Enclosing interface:
XTagModule

public static interface XTagModule.Client
extends XAPIInterface.Client

Client interface for the Tag Module API.


Nested Class Summary

 

Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface
XAPIInterface.Client, XAPIInterface.Server

 

Method Summary
 void tagAdded(XTagInfo tagInfo, waggle.common.modules.object.infos.XObjectInfo taggedInfo)
          Notification that a Tag has been added to an Artifact.
 void tagCreated(XTagInfo tagInfo)
          Notification that a Tag has been created.
 void tagDeleted(XTagInfo tagInfo)
          Notification that a Tag has been deleted.
 void tagRemoved(XTagInfo tagInfo, waggle.common.modules.object.infos.XObjectInfo taggedInfo)
          Notification that a Tag has been removed from an Artifact.
 void tagUpdated(XTagInfo tagInfo)
          Notification that a Tag has been updated.

 

Method Detail

tagCreated

void tagCreated(XTagInfo tagInfo)
Notification that a Tag has been created.
Parameters:
tagInfo - The Tag info.

tagUpdated

void tagUpdated(XTagInfo tagInfo)
Notification that a Tag has been updated.
Parameters:
tagInfo - The Tag info.

tagDeleted

void tagDeleted(XTagInfo tagInfo)
Notification that a Tag has been deleted.
Parameters:
tagInfo - The Tag info.

tagAdded

void tagAdded(XTagInfo tagInfo,
              waggle.common.modules.object.infos.XObjectInfo taggedInfo)
Notification that a Tag has been added to an Artifact.
Parameters:
tagInfo - The Tag info.
taggedInfo - The tagged Object info.

tagRemoved

void tagRemoved(XTagInfo tagInfo,
                waggle.common.modules.object.infos.XObjectInfo taggedInfo)
Notification that a Tag has been removed from an Artifact.
Parameters:
tagInfo - The Tag info.
taggedInfo - The tagged Object info.

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.