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.OperationCollabNetSoapMockStub.getRbacOperation(CollabNetSoap.LinkedAppOperation operation, boolean isSiteWide) Simulate a call to getRbacOperationvoidCollabNetSoapMockStub.prepareGetRbacOperation(CollabNetSoap.LinkedAppOperation operation, boolean isSiteWide, Object returnValue) Prepare a simulated response to getRbacOperationvoidCollabNetSoapMockStub.prepareVerifyLinkedAppPermission(String projectId, CollabNetSoap.LinkedAppOperation linkedAppOperation, String loggedInUser) Prepare a simulated response to verifyLinkedAppPermissionvoidCollabNetSoapMockStub.prepareVerifyLinkedAppPermission(String projectId, CollabNetSoap.LinkedAppOperation linkedAppOperation, String loggedInUser, Exception exception) Prepare a simulated response to verifyLinkedAppPermissionvoidCollabNetSoapMockStub.verifyLinkedAppPermission(String projectId, CollabNetSoap.LinkedAppOperation linkedAppOperation, String loggedInUser) Simulate a call to verifyLinkedAppPermission