Uses of Enum Class
com.collabnet.ce.soap60.webservices.cemain.CollabNetSoap.LinkedAppOperation
Packages that use CollabNetSoap.LinkedAppOperation
-
Uses of CollabNetSoap.LinkedAppOperation in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that return CollabNetSoap.LinkedAppOperationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CollabNetSoap.LinkedAppOperation[]
CollabNetSoap.LinkedAppOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.collabnet.ce.soap60.webservices.cemain with parameters of type CollabNetSoap.LinkedAppOperationModifier and TypeMethodDescriptioncom.vasoftware.sf.common.access.rbac.Operation
CollabNetSoapMockStub.getRbacOperation
(CollabNetSoap.LinkedAppOperation operation, boolean isSiteWide) Simulate a call to getRbacOperationvoid
CollabNetSoapMockStub.prepareGetRbacOperation
(CollabNetSoap.LinkedAppOperation operation, boolean isSiteWide, Object returnValue) Prepare a simulated response to getRbacOperationvoid
CollabNetSoapMockStub.prepareVerifyLinkedAppPermission
(String projectId, CollabNetSoap.LinkedAppOperation linkedAppOperation, String loggedInUser) Prepare a simulated response to verifyLinkedAppPermissionvoid
CollabNetSoapMockStub.prepareVerifyLinkedAppPermission
(String projectId, CollabNetSoap.LinkedAppOperation linkedAppOperation, String loggedInUser, Exception exception) Prepare a simulated response to verifyLinkedAppPermissionvoid
CollabNetSoapMockStub.verifyLinkedAppPermission
(String projectId, CollabNetSoap.LinkedAppOperation linkedAppOperation, String loggedInUser) Simulate a call to verifyLinkedAppPermission