Package com.avoka.fc.core.util
Class StatusUtils
- java.lang.Object
-
- com.avoka.fc.core.util.StatusUtils
-
public class StatusUtils extends Object
Provides a utils class for status functionality of a Space, Organisation, Form, or Template Version- Since:
- 21.11.0
-
-
Constructor Summary
Constructors Constructor Description StatusUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isAvailable(Status status, boolean formService)
Return if the provided status means the entity is available.
-
-
-
Method Detail
-
isAvailable
public static boolean isAvailable(Status status, boolean formService)
Return if the provided status means the entity is available.- Parameters:
status
- status of the entity being checked.formService
- form service flag- Returns:
- true if template version is available
-
-