Uses of Class
com.collabnet.ce.soap60.webservices.cemain.CollabNetSoap.LinkedAppOperation
-
Packages that use CollabNetSoap.LinkedAppOperation Package Description com.collabnet.ce.soap60.webservices.cemain -
-
Uses of CollabNetSoap.LinkedAppOperation in com.collabnet.ce.soap60.webservices.cemain
Methods in com.collabnet.ce.soap60.webservices.cemain that return CollabNetSoap.LinkedAppOperation Modifier and Type Method Description static CollabNetSoap.LinkedAppOperationCollabNetSoap.LinkedAppOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static CollabNetSoap.LinkedAppOperation[]CollabNetSoap.LinkedAppOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.collabnet.ce.soap60.webservices.cemain with parameters of type CollabNetSoap.LinkedAppOperation Modifier and Type Method Description com.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
-