Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static Group |
newInstance()
Constructs a new instance of
Group . |
static Group |
newInstance(String alias,
String name)
Constructs a new instance of
Group , taking all required and/or read-only
properties as arguments. |
static Group |
newInstance(String alias,
String name,
String description,
Set<CommunoteEntity> groupMembers,
Set<GroupProperty> properties,
Set<BlogMember> memberships,
GlobalId globalId,
Set<Tag> tags)
Constructs a new instance of
Group , taking all possible properties (except the
identifier(s))as arguments. |
public static Group newInstance(String alias, String name)
Group
, taking all required and/or read-only
properties as arguments.public static Group newInstance(String alias, String name, String description, Set<CommunoteEntity> groupMembers, Set<GroupProperty> properties, Set<BlogMember> memberships, GlobalId globalId, Set<Tag> tags)
Group
, taking all possible properties (except the
identifier(s))as arguments.Copyright © 2019 Communote team. All rights reserved.