com.centrasite.jaxr.infomodel
Interface CentraSiteOperation

All Superinterfaces:
javax.xml.registry.infomodel.ExtensibleObject, javax.xml.registry.infomodel.RegistryObject

Deprecated.

public interface CentraSiteOperation
extends javax.xml.registry.infomodel.RegistryObject

A class to represent operations of a user-defined type. The operation parameters are added via slots.


Method Summary
 void execute(java.util.Collection arguments)
          Deprecated. Execute this operation for the given objects.
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

execute

void execute(java.util.Collection arguments)
             throws javax.xml.registry.JAXRException
Deprecated. 
Execute this operation for the given objects. The objects have to be of the object type for which this operation is defined.

Parameters:
arguments - a collection of objects for which the operation is to be executed.
Throws:
javax.xml.registry.JAXRException