@TopNS(prefix="", value="Relationships", uri="http://schemas.openxmlformats.org/package/2006/relationships") public class RelManager extends Object implements Serializable
| 构造器和说明 |
|---|
RelManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
Relationship |
add(Relationship rel) |
RelManager |
deepClone() |
List<Relationship> |
getAllByTypes(String... types) |
Relationship |
getById(String id) |
Relationship |
getByTarget(String target) |
Relationship |
getByType(String type) |
Relationship |
likeByTarget(String target) |
static RelManager |
of(Relationship... relationships) |
int |
size() |
void |
write(Path parent,
String name) |
public static RelManager of(Relationship... relationships)
public Relationship add(Relationship rel)
public Relationship getByTarget(String target)
public Relationship likeByTarget(String target)
public Relationship getById(String id)
public Relationship getByType(String type)
public List<Relationship> getAllByTypes(String... types)
public int size()
public void write(Path parent, String name) throws IOException
IOExceptionpublic RelManager deepClone()
Copyright © 2024. All rights reserved.