com.microsoft.tfs.core.clients.registration
Class RegistrationEntry
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
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
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
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 |
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)
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.