Package | Description |
---|---|
com.docdoku.core.change |
Classes for change management.
|
com.docdoku.core.configuration |
Classes for managing configuration aspects.
|
com.docdoku.core.document |
Classes for managing documents.
|
com.docdoku.core.product |
Classes for managing products.
|
com.docdoku.core.security |
Provides security related classes.
|
com.docdoku.core.workflow |
Provides classes for designing and running workflow.
|
Modifier and Type | Field and Description |
---|---|
protected ACL |
ChangeItem.acl |
Modifier and Type | Method and Description |
---|---|
ACL |
Milestone.getACL() |
ACL |
ChangeItem.getACL() |
Modifier and Type | Method and Description |
---|---|
void |
Milestone.setACL(ACL acl) |
void |
ChangeItem.setACL(ACL acl) |
Modifier and Type | Method and Description |
---|---|
ACL |
ProductConfiguration.getAcl() |
ACL |
ProductInstanceMaster.getAcl() |
Modifier and Type | Method and Description |
---|---|
void |
ProductConfiguration.setAcl(ACL acl) |
void |
ProductInstanceMaster.setAcl(ACL acl) |
Constructor and Description |
---|
ProductConfiguration(User user,
ConfigurationItem configurationItem,
String name,
String description,
ACL acl) |
Modifier and Type | Method and Description |
---|---|
ACL |
DocumentMasterTemplate.getAcl() |
ACL |
DocumentRevision.getACL() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentMasterTemplate.setAcl(ACL acl) |
void |
DocumentRevision.setACL(ACL acl) |
Modifier and Type | Method and Description |
---|---|
ACL |
PartMasterTemplate.getAcl() |
ACL |
PartRevision.getACL() |
Modifier and Type | Method and Description |
---|---|
void |
PartMasterTemplate.setAcl(ACL acl) |
void |
PartRevision.setACL(ACL acl) |
Modifier and Type | Field and Description |
---|---|
protected ACL |
ACLUserEntry.acl |
protected ACL |
ACLUserGroupEntry.acl |
Modifier and Type | Method and Description |
---|---|
ACL |
ACL.clone()
perform a deep clone operation
|
ACL |
ACLUserEntry.getAcl() |
ACL |
ACLUserGroupEntry.getAcl() |
Modifier and Type | Method and Description |
---|---|
void |
ACLUserEntry.setACL(ACL pACL) |
void |
ACLUserGroupEntry.setACL(ACL pACL) |
Constructor and Description |
---|
ACLUserEntry(ACL acl,
User principal,
ACLPermission permission) |
ACLUserGroupEntry(ACL acl,
UserGroup principal,
ACLPermission permission) |
Modifier and Type | Method and Description |
---|---|
ACL |
WorkflowModel.getAcl() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowModel.setAcl(ACL acl) |
Copyright © 2017 DocDoku. All rights reserved.