Package org.bonitasoft.engine.api.impl
Class APIUtils
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.APIUtils
-
public class APIUtils extends java.lang.Object
- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description APIUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static TenantServiceAccessor
getTenantAccessor()
protected static long
getUserId()
-
-
-
Method Detail
-
getUserId
protected static long getUserId()
-
getTenantAccessor
protected static TenantServiceAccessor getTenantAccessor()
-
-