public class BulkEditHelper extends Object
Modifier and Type | Method and Description |
---|---|
static List<String> |
getCommonLayouts(TypeManager typeManager,
List<DocumentModel> docs)
Returns the common layouts of the
docs for the edit mode. |
static List<String> |
getCommonLayouts(TypeManager typeManager,
List<DocumentModel> docs,
String mode)
Returns the common layouts of the
docs for the given layout mode . |
static List<String> |
getCommonSchemas(List<DocumentModel> docs)
Returns the common schemas of the
docs . |
public static List<String> getCommonLayouts(TypeManager typeManager, List<DocumentModel> docs)
docs
for the edit
mode.public static List<String> getCommonLayouts(TypeManager typeManager, List<DocumentModel> docs, String mode)
docs
for the given layout mode
.public static List<String> getCommonSchemas(List<DocumentModel> docs)
docs
.Copyright © 2018 Nuxeo. All rights reserved.