com.microsoft.tfs.core.clients.sharepoint
Class WSSUtils
java.lang.Object
com.microsoft.tfs.core.clients.sharepoint.WSSUtils
public final class WSSUtils
- extends java.lang.Object
Utility class to help when talking to Windows Sharepoint Services.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- thread-compatible
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isWSSConfigured
public static boolean isWSSConfigured(TFSTeamProjectCollection connection,
ProjectInfo projectInfo)
decodeWSSString
public static java.lang.String decodeWSSString(java.lang.String valueToDecode)
- The strings that sharepoint returns have an order followed by the actual
String I.e.:-
1;#Supporting Files 3;#1
This method will return the bit after the #.
getWSSURL
public static java.lang.String getWSSURL(TFSTeamProjectCollection connection,
ProjectInfo projectInfo)
getViewURI
public static java.net.URI getViewURI(Hierarchical wssNode)
throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
© 2015 Microsoft. All rights reserved.