Package com.avoka.fc.core.util
Class StatusUtils
java.lang.Object
com.avoka.fc.core.util.StatusUtils
Provides a utils class for status functionality of a Space, Organisation, Form, or Template Version
- Since:
- 21.11.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isAvailable
(Status status, boolean formService) Return if the provided status means the entity is available.
-
Constructor Details
-
StatusUtils
public StatusUtils()
-
-
Method Details
-
isAvailable
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
-