com.microsoft.tfs.core.clients.registration
Class RegistrationEntry

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.registration.RegistrationEntry

public class RegistrationEntry
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

Since:
TEE-SDK-10.1
Thread-safety:
thread-compatible

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
RegistrationEntry(ms.tfs.services.registration._03._FrameworkRegistrationEntry entry)
           
RegistrationEntry(java.lang.String type, ServiceInterface[] serviceInterfaces, Database[] databases, EventType[] eventTypes, ArtifactType[] artifactTypes, RegistrationExtendedAttribute[] registrationExtendedAttributes)
           
 
Method Summary
 ArtifactType[] getArtifactTypes()
           
 Database[] getDatabases()
           
 EventType[] getEventTypes()
           
 RegistrationExtendedAttribute[] getRegistrationExtendedAttributes()
           
 ServiceInterface[] getServiceInterfaces()
           
 java.lang.String getType()
           
 ms.tfs.services.registration._03._FrameworkRegistrationEntry getWebServiceObject()
          Gets the web service object this class wraps.
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistrationEntry

public RegistrationEntry(java.lang.String type,
                         ServiceInterface[] serviceInterfaces,
                         Database[] databases,
                         EventType[] eventTypes,
                         ArtifactType[] artifactTypes,
                         RegistrationExtendedAttribute[] registrationExtendedAttributes)

RegistrationEntry

public RegistrationEntry(ms.tfs.services.registration._03._FrameworkRegistrationEntry entry)
Method Detail

getWebServiceObject

public ms.tfs.services.registration._03._FrameworkRegistrationEntry getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

getArtifactTypes

public ArtifactType[] getArtifactTypes()

getDatabases

public Database[] getDatabases()

getEventTypes

public EventType[] getEventTypes()

getRegistrationExtendedAttributes

public RegistrationExtendedAttribute[] getRegistrationExtendedAttributes()

getServiceInterfaces

public ServiceInterface[] getServiceInterfaces()

getType

public java.lang.String getType()


© 2015 Microsoft. All rights reserved.