Uses of Class
com.collabnet.ce.soap60.webservices.frs.FrsFileSoapDO
Packages that use FrsFileSoapDO
-
Uses of FrsFileSoapDO in com.collabnet.ce.soap60.webservices.frs
Methods in com.collabnet.ce.soap60.webservices.frs that return FrsFileSoapDOModifier and TypeMethodDescriptionFrsAppSoap.createFrsFile
(String sessionId, String releaseId, String fileName, String mimeType, String fileId) Creates a new FRS file and adds it to the specified release.FrsAppSoapMockStub.createFrsFile
(String sessionId, String releaseId, String fileName, String mimeType, String fileId) Simulate a call to createFrsFileFrsAppSoapStub.createFrsFile
(String sessionId, String releaseId, String fileName, String mimeType, String fileId) IFrsAppSoap.createFrsFile
(String sessionId, String releaseId, String fileName, String mimeType, String fileId) Creates a new FRS file and adds it to the specified release.FrsAppSoap.getFrsFileData
(String sessionId, String frsFileId) Gets FRS file data.FrsAppSoapMockStub.getFrsFileData
(String sessionId, String frsFileId) Simulate a call to getFrsFileDataFrsAppSoapStub.getFrsFileData
(String sessionId, String frsFileId) IFrsAppSoap.getFrsFileData
(String sessionId, String frsFileId) Gets FRS file data.