Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static Blog |
newInstance()
Constructs a new instance of
Blog . |
static Blog |
newInstance(String title,
String description,
Timestamp creationDate,
String nameIdentifier,
Timestamp lastModificationDate,
Timestamp crawlLastModificationDate,
boolean allCanRead,
boolean allCanWrite,
boolean publicAccess,
boolean createSystemNotes,
boolean toplevelTopic,
Set<Tag> tags,
GlobalId globalId,
Set<BlogMember> members,
Set<ExternalObject> externalObjects,
Set<BlogProperty> properties,
Set<Blog> parents,
Set<Blog> children)
Constructs a new instance of
Blog , taking all possible properties (except the
identifier(s))as arguments. |
static Blog |
newInstance(String title,
Timestamp creationDate,
String nameIdentifier,
Timestamp lastModificationDate,
Timestamp crawlLastModificationDate,
boolean allCanRead,
boolean allCanWrite,
boolean publicAccess,
boolean createSystemNotes,
boolean toplevelTopic)
Constructs a new instance of
Blog , taking all required and/or read-only
properties as arguments. |
public static Blog newInstance(String title, String description, Timestamp creationDate, String nameIdentifier, Timestamp lastModificationDate, Timestamp crawlLastModificationDate, boolean allCanRead, boolean allCanWrite, boolean publicAccess, boolean createSystemNotes, boolean toplevelTopic, Set<Tag> tags, GlobalId globalId, Set<BlogMember> members, Set<ExternalObject> externalObjects, Set<BlogProperty> properties, Set<Blog> parents, Set<Blog> children)
Blog
, taking all possible properties (except the
identifier(s))as arguments.public static Blog newInstance(String title, Timestamp creationDate, String nameIdentifier, Timestamp lastModificationDate, Timestamp crawlLastModificationDate, boolean allCanRead, boolean allCanWrite, boolean publicAccess, boolean createSystemNotes, boolean toplevelTopic)
Blog
, taking all required and/or read-only
properties as arguments.Copyright © 2019 Communote team. All rights reserved.