|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.util.InternalEntityUtils
public class InternalEntityUtils
| Field Summary | |
|---|---|
static int |
MAX_ENTITY_FIELD_LENGTH
Maximum directory entity field size for string fields. |
| Method Summary | |
|---|---|
static java.lang.String |
truncateValue(java.lang.String value)
Truncates the given value so that it will conform with database constraints. |
static void |
validateLength(java.lang.String value)
Ensures that the given string is not longer than 255 characters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_ENTITY_FIELD_LENGTH
| Method Detail |
|---|
public static java.lang.String truncateValue(java.lang.String value)
value - value to be truncated
public static void validateLength(java.lang.String value)
value - value to be validated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||