Uses of Class
com.collabnet.ce.soap60.webservices.frs.FrsFile2SoapDO
Packages that use FrsFile2SoapDO
-
Uses of FrsFile2SoapDO in com.collabnet.ce.soap60.webservices.frs
Methods in com.collabnet.ce.soap60.webservices.frs that return FrsFile2SoapDOModifier and TypeMethodDescriptionFrsAppSoap.createFrsFile2
(String sessionId, String releaseId, String fileName, String mimeType, String fileId) Creates a new FRS file and adds it to the specified release.FrsAppSoapMockStub.createFrsFile2
(String sessionId, String releaseId, String fileName, String mimeType, String fileId) Simulate a call to createFrsFile2FrsAppSoapStub.createFrsFile2
(String sessionId, String releaseId, String fileName, String mimeType, String fileId) IFrsAppSoap.createFrsFile2
(String sessionId, String releaseId, String fileName, String mimeType, String fileId) Creates a new FRS file and adds it to the specified release.FrsAppSoap.getFrsFileData2
(String sessionId, String frsFileId) Gets FRS file data.FrsAppSoapMockStub.getFrsFileData2
(String sessionId, String frsFileId) Simulate a call to getFrsFileData2FrsAppSoapStub.getFrsFileData2
(String sessionId, String frsFileId) IFrsAppSoap.getFrsFileData2
(String sessionId, String frsFileId) Gets FRS file data.