public interface UserFactory extends KapuaEntityFactory<User,UserCreator,UserQuery,UserListResult>
UserFactory definition.KapuaEntityFactory| Modifier and Type | Method and Description |
|---|---|
UserCreator |
newCreator(KapuaId scopedId,
java.lang.String name)
Instantiates a new
UserCreator |
clone, newCreator, newEntity, newListResult, newQueryUserCreator newCreator(KapuaId scopedId, java.lang.String name)
UserCreatorscopedId - The scope KapuaId to set into the UserCreator.name - The name to set into the UserCreator.UserCreatorCopyright © 2020 Eclipse.org. All rights reserved.