public final class AnyWorkObjectProviderId extends BaseId
Modifier and Type | Field and Description |
---|---|
static AnyWorkObjectProviderId |
UNDEFINED
A type-safe and null-safe undefined any provider id.
|
UNDEFINED_VALUE
Modifier and Type | Method and Description |
---|---|
static AnyWorkObjectProviderId |
from(Id id)
Returns a type-safe any provider id for the specified id or null if the given id is null.
|
static AnyWorkObjectProviderId |
from(Identifiable<?> identifiable)
Returns a type-safe any provider id derived from the id of the specified identifiable or null if the id of the identifiable is null.
|
static AnyWorkObjectProviderId |
get(String value)
Returns a type-safe any provider id for the specified value.
|
static AnyWorkObjectProviderId |
nullSafeGet(String value)
Returns a type-safe any provider id for the specified value or null if the given value is null.
|
AnyWorkObjectProviderId |
withValue(String value)
Returns a new any provider id with the given value.
|
public static final AnyWorkObjectProviderId UNDEFINED
public AnyWorkObjectProviderId withValue(String value)
public static AnyWorkObjectProviderId get(String value)
value
- the value that represents the any provider idpublic static AnyWorkObjectProviderId nullSafeGet(String value)
value
- the value that represents the any provider id or nullpublic static AnyWorkObjectProviderId from(Id id)
id
- the id from which to derive the any provider idpublic static AnyWorkObjectProviderId from(Identifiable<?> identifiable)
identifiable
- the identifiable whose id is taken to derive the any provider idCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.