Uses of Class
com.gentics.contentnode.rest.resource.parameter.EmbedParameterBean
Package
Description
-
Uses of EmbedParameterBean in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionDatasourceResource.constructs
(String id, SortParameterBean sorting, FilterParameterBean filter, PagingParameterBean paging, EmbedParameterBean embed) Get the constructs using the datasource.
The result can be filtered byid
globalId
keyword
name
description
category
and sorted byid
globalId
keyword
name
description
category
ConstructResource.get
(String id, EmbedParameterBean embed) Get existing constructObjectPropertyResource.get
(String objectPropertyId, EmbedParameterBean embed) Load the object property by its IDUserResource.get
(String id, EmbedParameterBean embed) Load user with given IDConstructResource.list
(FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, ConstructParameterBean constructFilter, PermsParameterBean perms, EmbedParameterBean embed) Get the list of constructs.
The result can be filtered bykeyword
name
description
and sorted byid
globalId
keyword
name
description
ObjectPropertyResource.list
(SortParameterBean sorting, FilterParameterBean filter, PagingParameterBean paging, ObjectPropertyParameterBean typeFilter, EmbedParameterBean embed) List object properties.
The result can be filtered byid
globalId
name
description
keyword
and sorted byid
globalId
name
description
keyword
type
required
inheritable
syncContentset
syncChannelset
syncVariants
construct.name
category.name
UserResource.list
(FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, PermsParameterBean perms, EmbedParameterBean embed) List users.
The result can be filtered byid
login
firstName
lastName
email
and sorted byid
login
firstName
lastName
email
ConstructResource.listCategories
(SortParameterBean sorting, FilterParameterBean filter, PagingParameterBean paging, EmbedParameterBean embed) List all construct categories.
The result can be filtered byid
globalId
name
and sorted byid
globalId
name
sortOrder
ObjectPropertyResource.listCategories
(SortParameterBean sorting, FilterParameterBean filter, PagingParameterBean paging, EmbedParameterBean embed) List all object property categories.
The result can be filtered byid
globalId
name
sortOrder
and sorted byid
globalId
name
sortOrder
TemplateResource.listTags
(String id, FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, EmbedParameterBean embed) Get the list of template tags for this templateConstructResource.load
(Integer id, EmbedParameterBean embed) Load the insertable construct and it's categories for a given constructIdGroupResource.users
(String id, FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, PermsParameterBean perms, EmbedParameterBean embed) List users of given group.
The result can be filtered byid
login
firstName
lastName
email
and sorted byid
login
firstName
lastName
email
-
Uses of EmbedParameterBean in com.gentics.contentnode.rest.resource.devtools
Modifier and TypeMethodDescriptionPackageResource.listConstructs
(String name, FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, PermsParameterBean perms, EmbedParameterBean embed) Get the list of constructs assigned to the package.
The result can be filtered bykeyword
name
description
and sorted bykeyword
name
description
PackageResource.listContentRepositories
(String name, FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, EmbedParameterBean embed, PermsParameterBean perms) Get the ContentRepositories in a package.
The result can be filtered byname
crType
and sorted byname
crType
PackageResource.listCrFragments
(String name, FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, EmbedParameterBean embed, PermsParameterBean perms) Get the ContentRepository Fragments in a package.
The result can be filtered byname
and sorted byname
PackageResource.listObjectProperties
(String name, FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, EmbedParameterBean embed, PermsParameterBean perms) Get the object properties in a package.
The result can be filtered byname
description
keyword
and sorted byname
description
keyword
type
required
inheritable
construct.name
-
Uses of EmbedParameterBean in com.gentics.contentnode.rest.resource.parameter
Modifier and TypeMethodDescriptionSet the embed param -
Uses of EmbedParameterBean in com.gentics.contentnode.rest.resource.scheduler
Modifier and TypeMethodDescriptionSchedulerResource.listExecutions
(String scheduleId, FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, ExecutionFilterParameterBean executionFilterParameterBean, EmbedParameterBean embed) List all executions of the given schedule which match the filters.
The result can be filtered byid
scheduleId
log
and sorted byid
startTime
endTime
duration
result
SchedulerResource.listSchedules
(FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, PermsParameterBean perms, EmbedParameterBean embed) List scheduler schedules.
The result can be filtered byid
name
description
taskId
and sorted byid
name
description
taskId
cdate
edate