Package | Description |
---|---|
net.praqma.clearcase | |
net.praqma.clearcase.api | |
net.praqma.clearcase.exceptions | |
net.praqma.clearcase.ucm.entities |
Modifier and Type | Method and Description |
---|---|
Describe |
Describe.setEntity(UCMEntity enitity)
Deprecated.
|
Constructor and Description |
---|
Describe(UCMEntity enitity)
Deprecated.
|
Constructor and Description |
---|
Describe(UCMEntity entity) |
Modifier and Type | Method and Description |
---|---|
UCMEntity |
UnableToRemoveEntityException.getEntity() |
UCMEntity |
UnableToPromoteBaselineException.getEntity() |
UCMEntity |
TagException.getEntity() |
UCMEntity |
HyperlinkException.getEntity() |
UCMEntity |
UnknownAttributeException.getEntity() |
UCMEntity |
UnableToGetEntityException.getEntity() |
UCMEntity |
UCMEntityNotFoundException.getEntity() |
UCMEntity |
UnableToLoadEntityException.getEntity() |
Modifier and Type | Method and Description |
---|---|
Class<? extends UCMEntity> |
UnableToInitializeEntityException.getClazz() |
Class<? extends UCMEntity> |
UnableToCreateEntityException.getClazz() |
Constructor and Description |
---|
HyperlinkException(UCMEntity entity,
File context,
String hyperlinkType,
Exception e) |
TagException(UCMEntity entity,
String cgi,
String tagName,
TagException.Type type) |
TagException(UCMEntity entity,
String cgi,
String tagName,
TagException.Type type,
Exception e) |
UCMEntityNotFoundException(UCMEntity entity,
Exception e) |
UnableToGetEntityException(UCMEntity entity,
Exception e) |
UnableToLoadEntityException(UCMEntity entity,
Exception e) |
UnableToPromoteBaselineException(String message,
UCMEntity entity,
Project.PromotionLevel plevel) |
UnableToPromoteBaselineException(UCMEntity entity,
Project.PromotionLevel plevel) |
UnableToRemoveEntityException(UCMEntity entity,
Exception e) |
UnknownAttributeException(UCMEntity entity,
String attribute,
Exception e) |
Constructor and Description |
---|
UnableToCreateEntityException(Class<? extends UCMEntity> clazz,
Exception e) |
UnableToInitializeEntityException(Class<? extends UCMEntity> clazz,
Exception e) |
Modifier and Type | Class and Description |
---|---|
class |
Activity |
class |
Baseline |
class |
Component |
class |
Folder |
class |
HyperLink |
class |
Project |
class |
Stream
This is the OO implementation of the ClearCase entity Stream
|
class |
Tag |
class |
Version |
Modifier and Type | Method and Description |
---|---|
protected static UCMEntity |
UCMEntity.getEntity(Class<? extends UCMEntity> clazz,
String fqname)
Generates a UCM entity given its fully qualified name.
|
static UCMEntity |
UCMEntity.getEntity(String fqname) |
UCMEntity |
Tag.getTagEntity() |
UCMEntity |
UCMEntity.load()
Default load functionality for the entity.
|
Modifier and Type | Method and Description |
---|---|
static void |
UCMEntity.changeOwnership(UCMEntity entity,
String username,
File viewContext) |
static void |
HyperLink.create(String type,
UCMEntity entity,
String key,
String value) |
static void |
HyperLink.createOfType(String type,
String comment,
UCMEntity fromEntity,
UCMEntity toEntity) |
static Tag |
Tag.getTag(UCMEntity entity,
String tagType,
String tagID,
boolean create) |
static List<Tag> |
Tag.getTags(UCMEntity entity) |
void |
Tag.setTagEntity(UCMEntity entity) |
Modifier and Type | Method and Description |
---|---|
protected static UCMEntity |
UCMEntity.getEntity(Class<? extends UCMEntity> clazz,
String fqname)
Generates a UCM entity given its fully qualified name.
|
Copyright © 2016–2018. All rights reserved.