com.centrasite.control.registry.items
Class ServiceBindingItem
java.lang.Object
com.centrasite.control.AbstractItem
com.centrasite.control.registry.items.RegistryObjectItem
com.centrasite.control.registry.items.ServiceBindingItem
- All Implemented Interfaces:
- Item
public class ServiceBindingItem
- extends RegistryObjectItem
Method Summary |
boolean |
equals(java.lang.Object other)
|
com.softwareag.cis.plugin.command.Command |
getDefaultCommand()
|
com.softwareag.cis.plugin.command.Command |
getDetailsCommand()
|
javax.xml.registry.infomodel.ServiceBinding |
getServiceBinding()
|
int |
hashCode()
Provide hash function for being able to use RegistryObjectItems
as key for hashing |
Methods inherited from class com.centrasite.control.registry.items.RegistryObjectItem |
addAuditComment, addClassification, addClassification, addExternalClassification, addInternelClassification, clearCache, clearProperties, delete, delete, equals, freeze, getAccessControlElements, getCachedRegistryObject, getCentraSiteRegistryObject, getCentraSiteVirtualTypeConcept, getChildren, getChildren, getCollectRestServiceAssociatedObjects, getCollectVirtualServiceAssociatedObjects, getCurrentUserPermissionItem, getDefinedSlotNames, getDescription, getImageURL, getKey, getLabel, getLargeImageURL, getLastAuditableEvent, getName, getName, getNameEx, getNonPermissionAccessControlElements, getPermissionForNonPermissionACL, getPrivilegeDescriptor, getProperties, getReferencingItems, getReferencingObjects, getRegistryObject, getReport, getReportForDetailView, getSlotDescriptions, getTooltip, hasNoChildren, hasObjectType, hasObjectType, hasObjectType, isCanPropagateACL, isCentraSiteVirtualTypeConcept, isEnabledForVersioning, isModified, isNewItem, isPredefined, isPropagateProfileEnabled, isRevisionObject, isStandalone, save, setAccessControlElements, setAccessControlElements, setCanPropagateACL, setCollectRestServiceAssociatedObjects, setCollectVirtualServiceAssociatedObjects, setNewItem, setPropagateProfileEnabled, setProperties, toString |
Methods inherited from class com.centrasite.control.AbstractItem |
addBulkCommand, addCommand, addDetailViewTab, cannotHaveChildren, getBulkCommands, getCommand, getCommand, getCommands, getConnector, getDetailViewTabs, getItem, getLanguage, getLocale, getPath, getPersistanceLocale, getRelatedItems, hasRequiredAttribute, isLocked, isReadOnly, isSubTabModified, removeCommand, replaceCommand, setCommandEnabled, setConnector, setDefaultCommand, setDetailsCommand, setLocked, setRelatedItems, setRequiredAttribute, setTabModified, showDetailView, showReport |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ServiceBindingItem
public ServiceBindingItem(javax.xml.registry.infomodel.RegistryObject ro,
Connector con)
throws java.lang.Exception
- Throws:
java.lang.Exception
getServiceBinding
public javax.xml.registry.infomodel.ServiceBinding getServiceBinding()
getDefaultCommand
public com.softwareag.cis.plugin.command.Command getDefaultCommand()
- Specified by:
getDefaultCommand
in interface Item
- Overrides:
getDefaultCommand
in class AbstractItem
- Returns:
- Returns the defaultCommand.
getDetailsCommand
public com.softwareag.cis.plugin.command.Command getDetailsCommand()
- Specified by:
getDetailsCommand
in interface Item
- Overrides:
getDetailsCommand
in class AbstractItem
- Returns:
- Returns the Command that opens the Details
hashCode
public int hashCode()
- Description copied from class:
RegistryObjectItem
- Provide hash function for being able to use RegistryObjectItems
as key for hashing
- Overrides:
hashCode
in class RegistryObjectItem
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class RegistryObjectItem